| Index: android_webview/common/aw_content_client.cc
|
| diff --git a/android_webview/common/aw_content_client.cc b/android_webview/common/aw_content_client.cc
|
| index 90a91e0e743159902ee30276784a0f267d6aaec5..b1071c1128d1c84c7a55652fbf14fc85d0c1813e 100644
|
| --- a/android_webview/common/aw_content_client.cc
|
| +++ b/android_webview/common/aw_content_client.cc
|
| @@ -27,7 +27,7 @@ namespace android_webview {
|
|
|
| std::string GetUserAgent() {
|
| // "Version/4.0" had been hardcoded in the legacy WebView.
|
| - std::string product = "Version/4.0 (Dart) " + GetProduct();
|
| + std::string product = "Version/4.0 " + GetProduct();
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kUseMobileUserAgent)) {
|
| product += " Mobile";
|
|
|