| 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 8d1ff975814968542e7be6853a1639f5b0b9fb96..ff8967c0293fd7bc18bf9e9f7fcecadffd306091 100644
|
| --- a/android_webview/browser/aw_browser_context.h
|
| +++ b/android_webview/browser/aw_browser_context.h
|
| @@ -77,6 +77,7 @@ class AwBrowserContext : public content::BrowserContext,
|
| // content::BrowserContext implementation.
|
| virtual base::FilePath GetPath() const OVERRIDE;
|
| virtual bool IsOffTheRecord() const OVERRIDE;
|
| + virtual content::CookieStoreConfig GetCookieStoreConfig() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| @@ -108,6 +109,7 @@ class AwBrowserContext : public content::BrowserContext,
|
|
|
| JniDependencyFactory* native_factory_;
|
| scoped_refptr<AwURLRequestContextGetter> url_request_context_getter_;
|
| + scoped_refptr<net::CookieStore> cookie_store_;
|
| scoped_refptr<content::GeolocationPermissionContext>
|
| geolocation_permission_context_;
|
| scoped_ptr<AwQuotaManagerBridge> quota_manager_bridge_;
|
|
|