diff options
Diffstat (limited to 'content/shell/common/shell_content_client.cc')
-rw-r--r-- | content/shell/common/shell_content_client.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/common/shell_content_client.cc b/content/shell/common/shell_content_client.cc index f3bfc52..a56bc53 100644 --- a/content/shell/common/shell_content_client.cc +++ b/content/shell/common/shell_content_client.cc @@ -23,6 +23,7 @@ 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"; |