Index: third_party/WebKit/Source/core/frame/Settings.json5 |
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5 |
index 84b492711ee8d6d63ea75f2bb147504cf877c21c..549f76cf1da3febe6d66e29f3b6ed7ed5821ea46 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.json5 |
+++ b/third_party/WebKit/Source/core/frame/Settings.json5 |
@@ -566,8 +566,9 @@ |
}, |
{ |
- name: "dataSaverEnabled", |
- initial: false, |
+ name: "dataSaverFlag", |
+ initial: "WebDataSaverFlag::kDisabled", |
+ type: "WebDataSaverFlag", |
}, |
// Clients that execute script should call ExecutionContext::canExecuteScripts() |