chromium-vendor-vine.patch.in 423 B

1234567891011
  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. - " (KHTML, like Gecko) %s Safari/%d.%d",
  8. + " (KHTML, like Gecko) %s Safari/%d.%d"
  9. + " Vine/RPM_VERSION",
  10. mimic_windows ? "Windows " : kUserAgentPlatform,
  11. BuildOSCpuInfo().c_str(),