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

Unified Diff: chrome/browser/plugin_data_remover_helper.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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
« no previous file with comments | « chrome/browser/password_manager/password_store_x.cc ('k') | chrome/browser/plugin_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_data_remover_helper.cc
diff --git a/chrome/browser/plugin_data_remover_helper.cc b/chrome/browser/plugin_data_remover_helper.cc
index a53b3b24b3d35323156276afa9ea01c49d7d5544..ea454639fe8546300e1b29ddfd6a3d97a17930ef 100644
--- a/chrome/browser/plugin_data_remover_helper.cc
+++ b/chrome/browser/plugin_data_remover_helper.cc
@@ -58,7 +58,7 @@ void PluginDataRemoverHelper::Observe(
void PluginDataRemoverHelper::StartUpdate() {
PluginService::GetInstance()->GetPlugins(
base::Bind(&PluginDataRemoverHelper::GotPlugins, factory_.GetWeakPtr(),
- make_scoped_refptr(PluginPrefs::GetForProfile(profile_))));
+ PluginPrefs::GetForProfile(profile_)));
}
void PluginDataRemoverHelper::GotPlugins(
« no previous file with comments | « chrome/browser/password_manager/password_store_x.cc ('k') | chrome/browser/plugin_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698