source: projects/specs/trunk/c/chromium/chromium-vendor-vine.patch.in @ 5230

Revision 5230, 441 bytes checked in by munepi, 12 years ago (diff)

updated chromium

Line 
1--- src/webkit/glue/user_agent.cc
2+++ src/webkit/glue/user_agent.cc
3@@ -134,6 +134,7 @@ void BuildUserAgent(bool mimic_chrome1,
4   base::StringAppendF(
5       &user_agent,
6       "Mozilla/5.0 (%s%s) AppleWebKit/%d.%d"
7-      " (KHTML, like Gecko) %s Safari/%d.%d",
8+      " (KHTML, like Gecko) %s Safari/%d.%d"
9+      " Vine/RPM_VERSION",
10       kUserAgentPlatform,
11       webkit_glue::BuildOSCpuInfo().c_str(),
12       WEBKIT_VERSION_MAJOR,
Note: See TracBrowser for help on using the repository browser.