Index: android_webview/browser/aw_browser_context.h |
diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h |
index 1654d9a86753f5876db98134315744a43c3fccc0..bca66d7ef4e531c035e2a06d177e5d1a93cecd66 100644 |
--- a/android_webview/browser/aw_browser_context.h |
+++ b/android_webview/browser/aw_browser_context.h |
@@ -77,6 +77,11 @@ class AwBrowserContext : public content::BrowserContext, |
// content::BrowserContext implementation. |
virtual base::FilePath GetPath() const OVERRIDE; |
+ virtual void OverrideCookieStoreConfigs( |
+ const base::FilePath& partition_path, |
+ bool in_memory_partition, |
+ bool is_default_partition, |
+ CookieSchemeMap* configs) OVERRIDE; |
virtual bool IsOffTheRecord() const OVERRIDE; |
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE; |
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess( |