Index: chrome/browser/net/prediction_options.h |
diff --git a/chrome/browser/net/prediction_options.h b/chrome/browser/net/prediction_options.h |
index 1fec4cc5278f8d7faf5d1999a9affdf22f60c500..928c128ecaa5d7236d6077d763fe880e7e0caae4 100644 |
--- a/chrome/browser/net/prediction_options.h |
+++ b/chrome/browser/net/prediction_options.h |
@@ -40,10 +40,6 @@ bool CanPrefetchAndPrerenderIO(ProfileIOData* profile_io_data); |
// To be executed on the UI thread only. |
bool CanPrefetchAndPrerenderUI(PrefService* prefs); |
-// TODO(bnc): remove the following function as soon as Android Chrome is |
-// modified to use CanPrefetchAndPrerenderUI instead. |
-bool CanPredictNetworkActionsUI(PrefService* prefs); |
- |
// The following two global functions determine whether TCP preconnect |
// and DNS preresolution are enabled, based on preferences. |