Commit f85fa223 authored by benm's avatar benm Committed by Commit bot

[Android WebView] Update user agent to match current trunk builds.

Review URL: https://codereview.chromium.org/670713002

Cr-Commit-Position: refs/heads/master@{#300480}
parent 1a35a28c
...@@ -18,7 +18,7 @@ std::string GetProduct() { ...@@ -18,7 +18,7 @@ std::string GetProduct() {
// "Chrome/XX.0.0.0" identifies that this WebView is derived from the // "Chrome/XX.0.0.0" identifies that this WebView is derived from the
// corresponding Chromium version XX. // corresponding Chromium version XX.
// TODO(torne): Use chrome/VERSION file. See http://crbug.com/297522 // TODO(torne): Use chrome/VERSION file. See http://crbug.com/297522
return "Chrome/38.0.0.0"; return "Chrome/40.0.0.0";
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment