| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index bc4bc930ab5133bc9c2839738c26540fa5a3e2e8..d6379e3c477663adfb5489e718e1909f56ce12da 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -378,7 +378,7 @@ bool IsJavascriptEnabled(content::WebContents* contents) {
|
| }
|
|
|
| bool IsNetworkPredictionEnabled(PrefService* prefs) {
|
| - return chrome_browser_net::CanPredictNetworkActionsUI(prefs);
|
| + return chrome_browser_net::CanPrefetchAndPrerenderUI(prefs);
|
| }
|
|
|
| void CopyPluginListAndQuit(std::vector<content::WebPluginInfo>* out,
|
|
|