Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm

Issue 1748673002: Remove isolated app code from iOS's chrome_browser_state_io_data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm
diff --git a/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm b/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm
index b420e0e83bb73a3ab1b6503a85a74a55c62dd432..f1f9b03627d0b5ca25fdcb92b31e20860d40cf99 100644
--- a/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm
+++ b/ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm
@@ -223,17 +223,3 @@ void OffTheRecordChromeBrowserStateIOData::InitializeInternal(
sdch_policy_.reset(new net::SdchOwner(sdch_manager_.get(), main_context));
main_context->set_sdch_manager(sdch_manager_.get());
}
-
-net::URLRequestContext*
-OffTheRecordChromeBrowserStateIOData::InitializeAppRequestContext(
- net::URLRequestContext* main_context) const {
- NOTREACHED();
- return nullptr;
-}
-
-net::URLRequestContext*
-OffTheRecordChromeBrowserStateIOData::AcquireIsolatedAppRequestContext(
- net::URLRequestContext* main_context) const {
- NOTREACHED();
- return nullptr;
-}
« no previous file with comments | « ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698