]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
restore pld identity in user agent string
authorElan Ruusamäe <glen@delfi.ee>
Mon, 11 Feb 2013 10:22:16 +0000 (12:22 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 11 Feb 2013 10:22:46 +0000 (12:22 +0200)
lost in e9abb380684885a6a04583307583f171a2dc9f09

chromium_useragent.patch.in

index fefbf6267e54e492ed8794815ee0c47809eabb24..d75a8c784f172393602c37d8d45e79c3a5014d5b 100644 (file)
@@ -14,7 +14,7 @@
    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 %s Safari/%d.%d",
++      "Mozilla/5.0 (%s) AppleWebKit/%d.%d (KHTML, like Gecko) @BUILD_DIST_NAME@/@BUILD_DIST_VERSION@ %s %s Safari/%d.%d",
        os_info.c_str(),
        WEBKIT_VERSION_MAJOR,
        WEBKIT_VERSION_MINOR,
This page took 0.12516 seconds and 4 git commands to generate.