Index: content/browser/content_browser_client.h |
=================================================================== |
--- content/browser/content_browser_client.h (revision 86679) |
+++ content/browser/content_browser_client.h (working copy) |
@@ -73,6 +73,10 @@ |
// 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, |