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

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

Issue 520613004: Remove network_prediction_enabled from profile_io_data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index b43b0d467dfd458cd78553d3dec2b98c2c014a60..3d126be99e8e267b0aa59150c35879bef489a6e6 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -196,11 +196,6 @@ class ProfileIOData {
return &signin_allowed_;
}
- // TODO(bnc): remove per https://crbug.com/334602.
- BooleanPrefMember* network_prediction_enabled() const {
- return &network_prediction_enabled_;
- }
-
IntegerPrefMember* network_prediction_options() const {
return &network_prediction_options_;
}
@@ -553,7 +548,6 @@ class ProfileIOData {
mutable BooleanPrefMember printing_enabled_;
mutable BooleanPrefMember sync_disabled_;
mutable BooleanPrefMember signin_allowed_;
- mutable BooleanPrefMember network_prediction_enabled_;
mutable IntegerPrefMember network_prediction_options_;
// TODO(marja): Remove session_startup_pref_ if no longer needed.
mutable IntegerPrefMember session_startup_pref_;
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | chrome/browser/profiles/profile_io_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698