| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/off_the_record_profile_impl.cc (revision 111186)
|
| +++ chrome/browser/profiles/off_the_record_profile_impl.cc (working copy)
|
| @@ -112,11 +112,11 @@
|
| GetChromeURLDataManager()->AddDataSource(icon_source);
|
|
|
| ChromePluginServiceFilter::GetInstance()->RegisterResourceContext(
|
| - PluginPrefs::GetForProfile(this), &GetResourceContext());
|
| + PluginPrefs::GetForProfile(this), &GetResourceContext());
|
|
|
| BrowserThread::PostTask(
|
| - BrowserThread::IO, FROM_HERE,
|
| - base::Bind(&NotifyOTRProfileCreatedOnIOThread, profile_, this));
|
| + BrowserThread::IO, FROM_HERE,
|
| + base::Bind(&NotifyOTRProfileCreatedOnIOThread, profile_, this));
|
| }
|
|
|
| OffTheRecordProfileImpl::~OffTheRecordProfileImpl() {
|
|
|