Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index 50aed5d38e513f1938010317c7a21512791cc509..a425119c161eb604d3079240fbbc6515493b2b63 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -43,7 +43,8 @@ class ChromeContentBrowserClient : public content::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, |