12 lines
442 B
Diff
12 lines
442 B
Diff
--- src/webkit/user_agent/user_agent_util.cc
|
|
+++ src/webkit/user_agent/user_agent_util.cc
|
|
@@ -173,7 +173,7 @@
|
|
std::string user_agent;
|
|
base::StringAppendF(
|
|
&user_agent,
|
|
- "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(),
|
|
WEBKIT_VERSION_MAJOR,
|
|
WEBKIT_VERSION_MINOR,
|