| 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 2a4013559816c553b862773a7a5709bc8849fcc0..7d4f046c62257bd9176142973c7432437611cbc1 100644 | 
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h | 
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h | 
| @@ -51,8 +51,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { | 
| CreateMainRequestContextGetter( | 
| content::ProtocolHandlerMap* protocol_handlers) const; | 
| scoped_refptr<ChromeURLRequestContextGetter> | 
| -        GetExtensionsRequestContextGetter() const; | 
| -    scoped_refptr<ChromeURLRequestContextGetter> | 
| GetIsolatedAppRequestContextGetter( | 
| const base::FilePath& partition_path, | 
| bool in_memory) const; | 
| @@ -83,8 +81,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { | 
| // the ProfileIOData on the IO thread. | 
| mutable scoped_refptr<ChromeURLRequestContextGetter> | 
| main_request_context_getter_; | 
| -    mutable scoped_refptr<ChromeURLRequestContextGetter> | 
| -        extensions_request_context_getter_; | 
| mutable ChromeURLRequestContextGetterMap | 
| app_request_context_getter_map_; | 
| OffTheRecordProfileIOData* const io_data_; | 
| @@ -108,8 +104,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { | 
| virtual void InitializeInternal( | 
| ProfileParams* profile_params, | 
| content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE; | 
| -  virtual void InitializeExtensionsRequestContext( | 
| -      ProfileParams* profile_params) const OVERRIDE; | 
| virtual ChromeURLRequestContext* InitializeAppRequestContext( | 
| ChromeURLRequestContext* main_context, | 
| const StoragePartitionDescriptor& partition_descriptor, | 
| @@ -141,7 +135,6 @@ class OffTheRecordProfileIOData : public ProfileIOData { | 
| mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; | 
|  | 
| mutable scoped_ptr<net::URLRequestJobFactory> main_job_factory_; | 
| -  mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData); | 
| }; | 
|  |