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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

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/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index b66cff711253f391049729c54005abcee23d66d3..32ee0299ee7be589a83b7b7a92aafcc5b06b845f 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -431,3 +431,7 @@ hideDownloadUI initial=false
# Whether or not to issue range requests for images and show placeholders.
fetchImagePlaceholders initial=false
+
+# Whether the frame is a presentation receiver and should expose
+# `navigator.presentation.receiver`.
+presentationReceiver initial=false

Powered by Google App Engine
This is Rietveld 408576698