Chromium Code Reviews| 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 |