Skip to content

Commit

Permalink
[Android WebView] Update user agent to match current trunk builds.
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/670713002

Cr-Commit-Position: refs/heads/master@{#300480}
  • Loading branch information
benm authored and Commit bot committed Oct 21, 2014
1 parent 1a35a28 commit f85fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android_webview/common/aw_content_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ std::string GetProduct() {
// "Chrome/XX.0.0.0" identifies that this WebView is derived from the
// corresponding Chromium version XX.
// TODO(torne): Use chrome/VERSION file. See http://crbug.com/297522
return "Chrome/38.0.0.0";
return "Chrome/40.0.0.0";
}

}
Expand Down

0 comments on commit f85fa22

Please sign in to comment.