Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6015a0d

Browse files
committed
Use correct Chrome version
We are actually between 25.0.1337.0 and 25.0.1349.2
1 parent 9094f2d commit 6015a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shell_content_client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ShellContentClient::~ShellContentClient() {
3131
}
3232

3333
std::string ShellContentClient::GetUserAgent() const {
34-
return webkit_glue::BuildUserAgentFromProduct("Chrome/22.90.11.27");
34+
return webkit_glue::BuildUserAgentFromProduct("Chrome/25.0.1337.0");
3535
}
3636

3737
string16 ShellContentClient::GetLocalizedString(int message_id) const {

0 commit comments

Comments
 (0)