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

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

Issue 2500273003: Presentation API: add settings for presentation.receiver being exposed. (Closed)
Patch Set: update property-access-tests and rebase Created 4 years, 1 month 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 7740a5c217aaa9d48137e3e28200dc9cbff9abd6..4b6424b7a2bb6bee777bcae1a274b6de4139f8f2 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.idl
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.idl
@@ -54,6 +54,7 @@ interface InternalSettings : InternalSettingsGenerated {
[RaisesException] void setPrimaryHoverType(DOMString type);
[RaisesException] void setImageAnimationPolicy(DOMString policy);
[RaisesException] void setCompositorWorkerEnabled(boolean enabled);
+ [RaisesException] void setPresentationReceiver(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