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

Unified Diff: chrome/browser/net/predictor.h

Issue 518973002: Remove CanPredictNetworkActionsUI from prediction_options.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments in predictor.h. 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/net/prediction_options.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 59ac42ce34edd70beff146612a73110742d461b9..85b8d1894cd031b11c8304931530d0df54cfec86 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -517,11 +517,11 @@ class Predictor {
const bool predictor_enabled_;
// This is set by InitNetworkPredictor and used for calling
- // chrome_browser_net::CanPredictNetworkActionsUI.
+ // CanPrefetchAndPrerenderUI and CanPreresolveAndPreconnectUI.
PrefService* user_prefs_;
// This is set by InitNetworkPredictor and used for calling
- // chrome_browser_net::CanPredictNetworkActionsIO.
+ // CanPrefetchAndPrerenderIO and CanPreresolveAndPreconnectIO.
ProfileIOData* profile_io_data_;
// work_queue_ holds a list of names we need to look up.
« no previous file with comments | « chrome/browser/net/prediction_options.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698