| Index: chrome/browser/prefetch/prefetch.cc
|
| diff --git a/chrome/browser/prefetch/prefetch.cc b/chrome/browser/prefetch/prefetch.cc
|
| index 68eccc6058cc80f1f41646d716a154a938238f79..84b517b87e594c1f830e62ac7122cff9c696184b 100644
|
| --- a/chrome/browser/prefetch/prefetch.cc
|
| +++ b/chrome/browser/prefetch/prefetch.cc
|
| @@ -22,8 +22,8 @@ bool IsPrefetchEnabled(content::ResourceContext* resource_context) {
|
|
|
| DCHECK(io_data);
|
|
|
| - return IsPrefetchFieldTrialEnabled() &&
|
| - chrome_browser_net::CanPredictNetworkActionsIO(io_data);
|
| + return chrome_browser_net::CanPredictNetworkActionsIO(io_data) &&
|
| + !DisableForFieldTrial();
|
| }
|
|
|
| } // namespace prefetch
|
|
|