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

Unified Diff: chrome/browser/profiles/off_the_record_profile_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
« no previous file with comments | « chrome/browser/net/sdch_browsertest.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4ff2bd4ec5f12c97232e5b22b0a6c391447472f6..5242a637604d9ee5bb216bc899df1046bdee12ac 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
@@ -22,7 +22,6 @@ class Profile;
namespace net {
class CookieStore;
-class SdchOwner;
class URLRequestContext;
} // namespace net
@@ -145,8 +144,6 @@ class OffTheRecordProfileIOData : public ProfileIOData {
mutable std::unique_ptr<net::URLRequestJobFactory> extensions_job_factory_;
- mutable std::unique_ptr<net::SdchOwner> sdch_policy_;
-
DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
};
« no previous file with comments | « chrome/browser/net/sdch_browsertest.cc ('k') | chrome/browser/profiles/off_the_record_profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698