Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / prerender / prerender_field_trial.h
index e4a1a28..c7c3210 100644 (file)
@@ -32,7 +32,11 @@ bool IsLocalPredictorEnabled();
 
 // Indicates whether to disable the local predictor due to unencrypted sync
 // settings and configuration.
-bool DisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile);
+bool ShouldDisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile);
+
+// Returns whether or not the local predictor is temporarily disabled, due
+// to network predictive action settings and current network.
+bool ShouldDisableLocalPredictorDueToPreferencesAndNetwork(Profile* profile);
 
 // Returns true iff the LoggedIn Predictor is enabled.
 bool IsLoggedInPredictorEnabled();