| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index ccb71a99df107032d529bc5f111c30f6c20cac9d..d5cdd1db9670ae0bef572b153cf9ec621c9c754a 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -149,9 +149,7 @@ void OffTheRecordProfileImpl::Init() {
|
|
|
| #if defined(ENABLE_PLUGINS)
|
| ChromePluginServiceFilter::GetInstance()->RegisterResourceContext(
|
| - PluginPrefs::GetForProfile(this).get(),
|
| - HostContentSettingsMapFactory::GetForProfile(this),
|
| - io_data_->GetResourceContextNoInit());
|
| + this, io_data_->GetResourceContextNoInit());
|
| #endif
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|