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

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

Issue 2172543003: Remove NetPrefObserver class and two prefs that do not do anything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #17. Created 4 years, 5 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/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 54d435d5386f45e61df68fd0828378d963aaadb0..07fec4ba7dacfeab239322cee8b65fff78b2f6a0 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -220,8 +220,8 @@ class ProfileImpl : public Profile {
pref_validation_delegate_;
// Keep |prefs_| on top for destruction order because |extension_prefs_|,
- // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
- // shall be destructed first.
+ // |io_data_| and others store pointers to |prefs_| and shall be destructed
+ // first.
scoped_refptr<user_prefs::PrefRegistrySyncable> pref_registry_;
std::unique_ptr<syncable_prefs::PrefServiceSyncable> prefs_;
std::unique_ptr<syncable_prefs::PrefServiceSyncable> otr_prefs_;
@@ -230,7 +230,6 @@ class ProfileImpl : public Profile {
scoped_refptr<ExtensionSpecialStoragePolicy>
extension_special_storage_policy_;
#endif
- std::unique_ptr<NetPrefObserver> net_pref_observer_;
std::unique_ptr<ssl_config::SSLConfigServiceManager>
ssl_config_service_manager_;

Powered by Google App Engine
This is Rietveld 408576698