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

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

Issue 2613033003: Remove some PrefMembers from ProfileIOData that are no longer used. (Closed)
Patch Set: oops Created 3 years, 11 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/profiles/profile_impl_io_data.cc ('k') | chrome/browser/profiles/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/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 4a5666273294a96ae2a26c5c3f7b5c18b072d98b..28a85c913914a38f08671d84f29ce614e12625d1 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -160,10 +160,6 @@ class ProfileIOData {
content_settings::CookieSettings* GetCookieSettings() const;
HostContentSettingsMap* GetHostContentSettingsMap() const;
- IntegerPrefMember* session_startup_pref() const {
- return &session_startup_pref_;
- }
-
StringPrefMember* google_services_account_id() const {
return &google_services_user_account_id_;
}
@@ -176,14 +172,6 @@ class ProfileIOData {
return &safe_browsing_enabled_;
}
- BooleanPrefMember* sync_disabled() const {
- return &sync_disabled_;
- }
-
- BooleanPrefMember* signin_allowed() const {
- return &signin_allowed_;
- }
-
IntegerPrefMember* network_prediction_options() const {
return &network_prediction_options_;
}
@@ -542,12 +530,7 @@ class ProfileIOData {
mutable IntegerPrefMember force_youtube_restrict_;
mutable BooleanPrefMember safe_browsing_enabled_;
mutable StringPrefMember allowed_domains_for_apps_;
- mutable BooleanPrefMember sync_disabled_;
- mutable BooleanPrefMember signin_allowed_;
mutable IntegerPrefMember network_prediction_options_;
- // TODO(marja): Remove session_startup_pref_ if no longer needed.
- mutable IntegerPrefMember session_startup_pref_;
- mutable BooleanPrefMember quick_check_enabled_;
mutable IntegerPrefMember incognito_availibility_pref_;
BooleanPrefMember enable_metrics_;
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698