| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index e0ccdcfd19608cc84dbfe764a69a01d48bf8d0a4..3bf337549f30ebab87fe90928b034440d062a29b 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -620,9 +620,7 @@ void ProfileImpl::DoFinalInit() {
|
|
|
| #if defined(ENABLE_PLUGINS)
|
| ChromePluginServiceFilter::GetInstance()->RegisterResourceContext(
|
| - PluginPrefs::GetForProfile(this).get(),
|
| - HostContentSettingsMapFactory::GetForProfile(this),
|
| - io_data_.GetResourceContextNoInit());
|
| + this, io_data_.GetResourceContextNoInit());
|
| #endif
|
|
|
| TRACE_EVENT0("browser", "ProfileImpl::SetSaveSessionStorageOnDisk");
|
|
|