2012-09-15 07:43:41 +00:00
|
|
|
--- src/webkit/user_agent/user_agent_util.cc
|
|
|
|
|
+++ src/webkit/user_agent/user_agent_util.cc
|
2012-10-26 09:20:21 +00:00
|
|
|
@@ -173,7 +173,7 @@
|
2012-08-29 19:29:48 +00:00
|
|
|
std::string user_agent;
|
2011-09-20 16:10:49 +00:00
|
|
|
base::StringAppendF(
|
2011-10-02 07:52:00 +00:00
|
|
|
&user_agent,
|
2012-08-29 19:29:48 +00:00
|
|
|
- "Mozilla/5.0 (%s) AppleWebKit/%d.%d (KHTML, like Gecko) %s Safari/%d.%d",
|
|
|
|
|
+ "Mozilla/5.0 (%s) AppleWebKit/%d.%d (KHTML, like Gecko) %s Safari/%d.%d SUSE/RPM_VERSION",
|
|
|
|
|
os_info.c_str(),
|
2011-10-02 07:52:00 +00:00
|
|
|
WEBKIT_VERSION_MAJOR,
|
2012-08-29 19:29:48 +00:00
|
|
|
WEBKIT_VERSION_MINOR,
|