Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index bc4c32ab6f05b9421f2eb0b7f924b44333c77457..b60ca21fcddc7d3e6b92855858892d3338824897 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -167,7 +167,8 @@ class ContentBrowserClient { |
// Returns the languages used in the Accept-Languages HTTP header. |
// (Not called GetAcceptLanguages so it doesn't clash with win32). |
- virtual std::string GetAcceptLangs(const TabContents* tab) = 0; |
+ virtual std::string GetAcceptLangs( |
+ content::BrowserContext* context) = 0; |
// Returns the default favicon. The callee doesn't own the given bitmap. |
virtual SkBitmap* GetDefaultFavicon() = 0; |