chromium-vendor-vine.patch.in 376 B

12345678910
  1. --- src/webkit/glue/user_agent.cc
  2. +++ src/webkit/glue/user_agent.cc
  3. @@ -106,6 +106,7 @@ void BuildUserAgent(bool mimic_chrome1,
  4. base::StringAppendF(
  5. result,
  6. "Mozilla/5.0 (%s%s) AppleWebKit/%d.%d"
  7. + " Vine/RPM_VERSION"
  8. " (KHTML, like Gecko) %s Safari/%d.%d",
  9. mimic_windows ? "Windows " : kUserAgentPlatform,
  10. BuildOSCpuInfo().c_str(),