diff options
author | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 18:31:20 +0000 |
---|---|---|
committer | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-18 18:31:20 +0000 |
commit | 597a867ba8f9b1d75b37093a7ab5cf68fed341c5 (patch) | |
tree | 185ed81bf0e5e6902ff47e71733f38490df3abc4 /chrome/browser/chrome_content_browser_client.h | |
parent | a63094c572533c8c9e19d36ea593552e2a4c2693 (diff) | |
download | chromium_src-597a867ba8f9b1d75b37093a7ab5cf68fed341c5.zip chromium_src-597a867ba8f9b1d75b37093a7ab5cf68fed341c5.tar.gz chromium_src-597a867ba8f9b1d75b37093a7ab5cf68fed341c5.tar.bz2 |
Changed argument to GetAcceptLangs() to a BrowserContext.
Review URL: http://codereview.chromium.org/8475024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.h')
-rw-r--r-- | chrome/browser/chrome_content_browser_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h index 1f3883b..e174d4d 100644 --- a/chrome/browser/chrome_content_browser_client.h +++ b/chrome/browser/chrome_content_browser_client.h @@ -42,7 +42,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, |