| Index: chrome/browser/profiles/off_the_record_profile_io_data.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| index 1bfbc95e70e51f9146abb971aa8359cdc6b1f71f..91c1b4ef85624e321c5debb43fd8e704e0cf202b 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -43,6 +43,9 @@ class OffTheRecordProfileIOData : public ProfileIOData {
|
| base::Callback<ChromeURLDataManagerBackend*(void)>
|
| GetChromeURLDataManagerBackendGetter() const;
|
| const content::ResourceContext& GetResourceContext() const;
|
| + // GetResourceContextNoInit() does not call LazyInitialize() so it can be
|
| + // safely be used during initialization.
|
| + const content::ResourceContext& GetResourceContextNoInit() const;
|
| scoped_refptr<ChromeURLRequestContextGetter>
|
| GetMainRequestContextGetter() const;
|
| scoped_refptr<ChromeURLRequestContextGetter>
|
|
|