summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_content_browser_client.h')
-rw-r--r--content/shell/shell_content_browser_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
index c5e2794..4d0ac37 100644
--- a/content/shell/shell_content_browser_client.h
+++ b/content/shell/shell_content_browser_client.h
@@ -62,7 +62,8 @@ class ShellContentBrowserClient : public ContentBrowserClient
virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
int child_process_id) OVERRIDE;
virtual std::string GetApplicationLocale() OVERRIDE;
- virtual std::string GetAcceptLangs(const TabContents* tab) OVERRIDE;
+ virtual std::string GetAcceptLangs(
+ content::BrowserContext* context) OVERRIDE;
virtual SkBitmap* GetDefaultFavicon() OVERRIDE;
virtual bool AllowAppCache(const GURL& manifest_url,
const GURL& first_party,