diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 04:42:08 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 04:42:08 +0000 |
commit | b5cca98eb4857dfd170c3f2427cbcc2a1189cd06 (patch) | |
tree | 16dfe96571c4262714e57dd3659fb12cc9fc3f65 /content/browser/content_browser_client.h | |
parent | 22e0af9993d8e6cdf6385f0b900889e93690e874 (diff) | |
download | chromium_src-b5cca98eb4857dfd170c3f2427cbcc2a1189cd06.zip chromium_src-b5cca98eb4857dfd170c3f2427cbcc2a1189cd06.tar.gz chromium_src-b5cca98eb4857dfd170c3f2427cbcc2a1189cd06.tar.bz2 |
Remove the last prefs code from content. I tried hard to move ShouldShowBookmarkBar out of TabContents, but this looked very tricky so I've punted and filed http://crbug.com/83975 to track that.
BUG=76697
Review URL: http://codereview.chromium.org/7068034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/content_browser_client.h')
-rw-r--r-- | content/browser/content_browser_client.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h index 1e78d29..5cb2be8 100644 --- a/content/browser/content_browser_client.h +++ b/content/browser/content_browser_client.h @@ -73,6 +73,10 @@ class ContentBrowserClient { // Returns the locale used by the application. virtual std::string GetApplicationLocale(); + // 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); + // Allow the embedder to control if an AppCache can be used for the given url. // This is called on the IO thread. virtual bool AllowAppCache(const GURL& manifest_url, |