Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.idl

Issue 2881073003: Support DataSaver for SharedWorker (Closed)
Patch Set: fix #include "public/web/WebDataSaverFlag.h" Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/testing/InternalSettings.idl
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.idl b/third_party/WebKit/Source/core/testing/InternalSettings.idl
index 63f8b505a3c0d6ab2b1e70237a1c0514ea12f189..5f303fb688243749614304e3c222f6a8672daf47 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.idl
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl
@@ -56,6 +56,7 @@ interface InternalSettings : InternalSettingsGenerated {
[RaisesException] void setCompositorWorkerEnabled(boolean enabled);
[RaisesException] void setPresentationReceiver(boolean enabled);
[RaisesException] void setAutoplayPolicy(DOMString policy);
+ [RaisesException] void setDataSaverEnabled(boolean enabled);
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should

Powered by Google App Engine
This is Rietveld 408576698