android_webview: Update useragent.
As we still don't have the infrastructure work to reuse the chrome
version number in place, bump the fake version number to 37.0.0.0 to
reflect that trunk is based on Chromium 37.
BUG=297522
NOTRY=true
Review URL: https://codereview.chromium.org/313183006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275152 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/android_webview/common/aw_content_client.cc b/android_webview/common/aw_content_client.cc
index b1071c11..139b7f3 100644
--- a/android_webview/common/aw_content_client.cc
+++ b/android_webview/common/aw_content_client.cc
@@ -18,7 +18,7 @@
// "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/33.0.0.0";
+ return "Chrome/37.0.0.0";
}
}