Index: content/shell/shell_browser_context.h |
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h |
index 640f2374256f48ab43961c00dad60d8f95131498..4ad5fadf89f76282d6223203c282f89f59ed2819 100644 |
--- a/content/shell/shell_browser_context.h |
+++ b/content/shell/shell_browser_context.h |
@@ -32,6 +32,7 @@ class ShellBrowserContext : public BrowserContext { |
// BrowserContext implementation. |
virtual base::FilePath GetPath() const OVERRIDE; |
virtual bool IsOffTheRecord() const OVERRIDE; |
+ virtual CookieStoreConfig GetCookieStoreConfig() OVERRIDE; |
virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE; |
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE; |
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess( |