summaryrefslogtreecommitdiffstats
path: root/WebKit
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-09-15 12:19:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-09-15 12:19:19 -0700
commit9afff8a5bbf96226a3f0a8970a235da6c3199b33 (patch)
tree9939c073f9bcf9bc797761525a99b7b4dfe504bd /WebKit
parentd0d81e49b6d50506c4e7629ff706fa968ffa0128 (diff)
parente31b89d54638e41f869b2c21a4f73501588ece78 (diff)
downloadexternal_webkit-9afff8a5bbf96226a3f0a8970a235da6c3199b33.zip
external_webkit-9afff8a5bbf96226a3f0a8970a235da6c3199b33.tar.gz
external_webkit-9afff8a5bbf96226a3f0a8970a235da6c3199b33.tar.bz2
Merge "Remove alt http from chrome stack user agent"
Diffstat (limited to 'WebKit')
-rw-r--r--WebKit/android/WebCoreSupport/WebRequestContext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/WebRequestContext.cpp b/WebKit/android/WebCoreSupport/WebRequestContext.cpp
index 0dda816..704f8e8 100644
--- a/WebKit/android/WebCoreSupport/WebRequestContext.cpp
+++ b/WebKit/android/WebCoreSupport/WebRequestContext.cpp
@@ -72,7 +72,6 @@ void WebRequestContext::SetUserAgent(WTF::String string)
{
AutoLock aLock(userAgentLock);
userAgent = string.utf8().data();
- userAgent.append(" alternate http");
}
const std::string& WebRequestContext::GetUserAgent(const GURL& url) const