| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/off_the_record_profile_io_data.cc (revision 178359)
|
| +++ chrome/browser/profiles/off_the_record_profile_io_data.cc (working copy)
|
| @@ -20,7 +20,6 @@
|
| #include "chrome/browser/net/chrome_url_request_context.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/ui/webui/chrome_url_data_manager_backend.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/pref_names.h"
|
| @@ -52,15 +51,6 @@
|
| io_data_->ShutdownOnUIThread();
|
| }
|
|
|
| -base::Callback<ChromeURLDataManagerBackend*(void)>
|
| -OffTheRecordProfileIOData::Handle::
|
| -GetChromeURLDataManagerBackendGetter() const {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| - LazyInitialize();
|
| - return base::Bind(&ProfileIOData::GetChromeURLDataManagerBackend,
|
| - base::Unretained(io_data_));
|
| -}
|
| -
|
| content::ResourceContext*
|
| OffTheRecordProfileIOData::Handle::GetResourceContext() const {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|