| 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 f1a0a340bcd1c1f6f01183b3e7e46a36ed99eb44..f4c265425555c78ee511cb1c75bb4d02e638469b 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -165,7 +165,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(
|
| + const content::BrowserContext* context) = 0;
|
|
|
| // Returns the default favicon. The callee doesn't own the given bitmap.
|
| virtual SkBitmap* GetDefaultFavicon() = 0;
|
|
|