23 lines
807 B
Diff
23 lines
807 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Wed, 23 Nov 2016 08:31:44 -0500
|
||
|
Subject: [PATCH] disable network prediction by default
|
||
|
|
||
|
---
|
||
|
chrome/browser/prefetch/prefetch_prefs.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/chrome/browser/prefetch/prefetch_prefs.h b/chrome/browser/prefetch/prefetch_prefs.h
|
||
|
index 02f682dc1eba1..2f36fa7fd1c08 100644
|
||
|
--- a/chrome/browser/prefetch/prefetch_prefs.h
|
||
|
+++ b/chrome/browser/prefetch/prefetch_prefs.h
|
||
|
@@ -28,7 +28,7 @@ enum class NetworkPredictionOptions {
|
||
|
kWifiOnlyDeprecated = 1,
|
||
|
kDisabled = 2,
|
||
|
kExtended = 3,
|
||
|
- kDefault = kWifiOnlyDeprecated,
|
||
|
+ kDefault = kDisabled,
|
||
|
};
|
||
|
|
||
|
// Enum representing possible values of the Preload Pages opt-in state. These
|