Skip to content

Commit

Permalink
Use correct Chrome version
Browse files Browse the repository at this point in the history
We are actually between 25.0.1337.0 and 25.0.1349.2
  • Loading branch information
rogerwang committed Dec 18, 2012
1 parent 9094f2d commit 6015a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell_content_client.cc
Expand Up @@ -31,7 +31,7 @@ ShellContentClient::~ShellContentClient() {
}

std::string ShellContentClient::GetUserAgent() const {
return webkit_glue::BuildUserAgentFromProduct("Chrome/22.90.11.27");
return webkit_glue::BuildUserAgentFromProduct("Chrome/25.0.1337.0");
}

string16 ShellContentClient::GetLocalizedString(int message_id) const {
Expand Down

0 comments on commit 6015a0d

Please sign in to comment.