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

Unified Diff: chrome/browser/profiles/off_the_record_profile_io_data.h

Issue 2720613006: Disable SDCH by Default (Closed)
Patch Set: Created 3 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
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 eaef398c53aaa82c89e210cdd0ed22e15cf38037..9046eea4faf35f14ae46061db0e02f6c000589d9 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);
};

Powered by Google App Engine
This is Rietveld 408576698