Index: content/shell/common/shell_content_client.cc |
diff --git a/content/shell/common/shell_content_client.cc b/content/shell/common/shell_content_client.cc |
index a56bc53507239e278d0e10e3cf48c16f490ed7a9..f3bfc520669d90cc3667b4926df04f65d27aae64 100644 |
--- a/content/shell/common/shell_content_client.cc |
+++ b/content/shell/common/shell_content_client.cc |
@@ -23,7 +23,6 @@ ShellContentClient::~ShellContentClient() { |
std::string ShellContentClient::GetUserAgent() const { |
std::string product = "Chrome/" CONTENT_SHELL_VERSION; |
- product += " (Dart)"; |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kUseMobileUserAgent)) |
product += " Mobile"; |