Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1134)

Unified Diff: content/shell/shell_content_browser_client.cc

Issue 8475024: Changed argument to GetAcceptLangs() to a BrowserContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/shell_content_browser_client.cc
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
index 1379e828f8c54393ff9d258a2448a08871ea9abf..0123e93515d96b66b7acb60430b4ddf13fd14f63 100644
--- a/content/shell/shell_content_browser_client.cc
+++ b/content/shell/shell_content_browser_client.cc
@@ -112,7 +112,8 @@ std::string ShellContentBrowserClient::GetApplicationLocale() {
return std::string();
}
-std::string ShellContentBrowserClient::GetAcceptLangs(const TabContents* tab) {
+std::string ShellContentBrowserClient::GetAcceptLangs(
+ const content::BrowserContext* context) {
return std::string();
}
« content/browser/download/download_item.cc ('K') | « content/shell/shell_content_browser_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698