| Index: ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h
|
| diff --git a/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h b/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h
|
| index b83c0ece64e44e0403b3c61733b1804f80e95435..6b747f75674490135145198f3045d338fb54d952 100644
|
| --- a/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h
|
| +++ b/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h
|
| @@ -94,10 +94,6 @@ class OffTheRecordChromeBrowserStateIOData : public ChromeBrowserStateIOData {
|
| scoped_ptr<IOSChromeNetworkDelegate> chrome_network_delegate,
|
| ProfileParams* profile_params,
|
| ProtocolHandlerMap* protocol_handlers) const override;
|
| - net::URLRequestContext* InitializeAppRequestContext(
|
| - net::URLRequestContext* main_context) const override;
|
| - net::URLRequestContext* AcquireIsolatedAppRequestContext(
|
| - net::URLRequestContext* main_context) const override;
|
|
|
| mutable scoped_ptr<IOSChromeNetworkDelegate> network_delegate_;
|
|
|
|
|