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

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

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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 0ef0cbff42d1d9e4cec15966fda1fe4e2a010a22..43afc7a84145dd9830685cb427260e18bec493a0 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -465,11 +465,6 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
media_device_id_salt_ = new MediaDeviceIDSalt(pref_service, IsOffTheRecord());
- // TODO(bnc): remove per https://crbug.com/334602.
- network_prediction_enabled_.Init(prefs::kNetworkPredictionEnabled,
mmenke 2014/09/02 15:09:29 Shouldn't you remove kNetworkPredictionEnabled as
Bence 2014/09/02 18:09:16 You mean from chrome/common/pref_names.{cc,h}? No
- pref_service);
- network_prediction_enabled_.MoveToThread(io_message_loop_proxy);
-
network_prediction_options_.Init(prefs::kNetworkPredictionOptions,
pref_service);
@@ -1219,8 +1214,6 @@ void ProfileIOData::ShutdownOnUIThread(
printing_enabled_.Destroy();
sync_disabled_.Destroy();
signin_allowed_.Destroy();
- // TODO(bnc): remove per https://crbug.com/334602.
- network_prediction_enabled_.Destroy();
network_prediction_options_.Destroy();
quick_check_enabled_.Destroy();
if (media_device_id_salt_.get())
« no previous file with comments | « chrome/browser/profiles/profile_io_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698