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

Unified Diff: chrome/browser/net/prediction_options.cc

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.h ('k') | chrome/browser/net/predictor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/prediction_options.cc
diff --git a/chrome/browser/net/prediction_options.cc b/chrome/browser/net/prediction_options.cc
index f5253884a116fcbc0fb2a490bef74ceb0aa70e8c..a63c5d6b02bce79e72b6da9dffc023b38aa63153 100644
--- a/chrome/browser/net/prediction_options.cc
+++ b/chrome/browser/net/prediction_options.cc
@@ -81,10 +81,6 @@ bool CanPrefetchAndPrerenderUI(PrefService* prefs) {
prefs->GetInteger(prefs::kNetworkPredictionOptions));
}
-bool CanPredictNetworkActionsUI(PrefService* prefs) {
- return CanPrefetchAndPrerenderUI(prefs);
-}
-
bool CanPreresolveAndPreconnectIO(ProfileIOData* profile_io_data) {
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO));
DCHECK(profile_io_data);
« no previous file with comments | « chrome/browser/net/prediction_options.h ('k') | chrome/browser/net/predictor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698