| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 86679)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -233,6 +233,10 @@
|
| return g_browser_process->GetApplicationLocale();
|
| }
|
|
|
| +std::string ChromeContentBrowserClient::GetAcceptLangs(const TabContents* tab) {
|
| + return tab->profile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
|
| +}
|
| +
|
| bool ChromeContentBrowserClient::AllowAppCache(
|
| const GURL& manifest_url, const content::ResourceContext& context) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
|
|