Index: trunk/src/android_webview/browser/aw_browser_context.h |
=================================================================== |
--- trunk/src/android_webview/browser/aw_browser_context.h (revision 219785) |
+++ trunk/src/android_webview/browser/aw_browser_context.h (working copy) |
@@ -77,11 +77,6 @@ |
// 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( |