summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport/WebRequestContext.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-06-29 14:17:17 +0100
committerKristian Monsen <kristianm@google.com>2011-06-29 14:40:27 +0100
commitcd7afe28242b14a5401477499c7f5b7251cfc08d (patch)
tree92d615a26d1eb6654f13abbca8ae793f334e38b4 /Source/WebKit/android/WebCoreSupport/WebRequestContext.h
parent53448d163d8dbb96e2d01046483298b078c17eb0 (diff)
downloadexternal_webkit-cd7afe28242b14a5401477499c7f5b7251cfc08d.zip
external_webkit-cd7afe28242b14a5401477499c7f5b7251cfc08d.tar.gz
external_webkit-cd7afe28242b14a5401477499c7f5b7251cfc08d.tar.bz2
Revert Android specific method name
The name change was reverted in external/chromium in: https://android-git.corp.google.com/g/#change,118320 This fixes external/webkit after that change. Change-Id: I21ff90a8759deee1799e718e0bac06b165477606
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport/WebRequestContext.h')
-rw-r--r--Source/WebKit/android/WebCoreSupport/WebRequestContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/WebRequestContext.h b/Source/WebKit/android/WebCoreSupport/WebRequestContext.h
index 9286127..c254ad6 100644
--- a/Source/WebKit/android/WebCoreSupport/WebRequestContext.h
+++ b/Source/WebKit/android/WebCoreSupport/WebRequestContext.h
@@ -38,7 +38,7 @@ class WebRequestContext : public net::URLRequestContext {
public:
// URLRequestContext overrides.
virtual const std::string& GetUserAgent(const GURL&) const;
- virtual const std::string& GetAcceptLanguage() const;
+ virtual const std::string& accept_language() const;
WebRequestContext(bool isPrivateBrowsing);