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

Unified Diff: chrome/browser/chrome_plugin_message_filter.cc

Issue 7438002: Deprecate Profile::GetDefaultRequestContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix other references. Created 9 years, 5 months 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: chrome/browser/chrome_plugin_message_filter.cc
diff --git a/chrome/browser/chrome_plugin_message_filter.cc b/chrome/browser/chrome_plugin_message_filter.cc
index a41d1d6e24b6d8651b74cad9392047e2d7b63afc..d38436f5a95848fa39304323006d8602e4040db8 100644
--- a/chrome/browser/chrome_plugin_message_filter.cc
+++ b/chrome/browser/chrome_plugin_message_filter.cc
@@ -45,7 +45,7 @@ void ChromePluginMessageFilter::OnDownloadUrl(const std::string& url,
PluginDownloadUrlHelper* download_url_helper =
new PluginDownloadUrlHelper(url, caller_window, NULL);
download_url_helper->InitiateDownload(
- Profile::GetDefaultRequestContext()->GetURLRequestContext());
+ Profile::Deprecated::GetDefaultRequestContext()->GetURLRequestContext());
}
#endif

Powered by Google App Engine
This is Rietveld 408576698