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

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

Issue 2785493003: Disable SDCH by Default (Closed)
Patch Set: Clean up IOS compilation errors and remove from IOS OTR profile. Created 3 years, 9 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
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 a9c7f5b46e3af68b67c01dee1cff0b827334e386..48d2e716ac4c9b021e3a471aa3d78a0687f29fc7 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
@@ -25,8 +25,6 @@ namespace net {
class CookieStore;
class HttpNetworkSession;
class HttpTransactionFactory;
-class SdchManager;
-class SdchOwner;
class URLRequestContext;
} // namespace net
@@ -115,9 +113,6 @@ class OffTheRecordChromeBrowserStateIOData : public ChromeBrowserStateIOData {
base::FilePath cookie_path_;
base::FilePath channel_id_path_;
- mutable std::unique_ptr<net::SdchManager> sdch_manager_;
- mutable std::unique_ptr<net::SdchOwner> sdch_policy_;
-
DISALLOW_COPY_AND_ASSIGN(OffTheRecordChromeBrowserStateIOData);
};

Powered by Google App Engine
This is Rietveld 408576698