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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 2234133003: [HBD] Call PurgePluginListCache() whenever plugin content settings change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hbd_exceptions
Patch Set: Changes per bauerb@'s comments Created 4 years, 4 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/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index e9f2bd28773d6f299c016e5f870c3058beedd4fc..ac5a9bc0c8c726fb3b07aab2c7fc990dbb933cc9 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -626,7 +626,7 @@ void ProfileImpl::DoFinalInit() {
#if defined(ENABLE_PLUGINS)
ChromePluginServiceFilter::GetInstance()->RegisterResourceContext(
Lei Zhang 2016/08/15 18:37:56 Can we just pass in |this|, and have RegisterResou
trizzofo 2016/08/15 20:35:58 Yes. Done!
PluginPrefs::GetForProfile(this).get(),
- HostContentSettingsMapFactory::GetForProfile(this),
+ HostContentSettingsMapFactory::GetForProfile(this), this,
io_data_.GetResourceContextNoInit());
#endif

Powered by Google App Engine
This is Rietveld 408576698