| 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..d884406d7f4558305cf4db40fb579835c735c711 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 CookieStoreConfig GetCookieStoreConfig() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
|
|