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

Unified Diff: Source/modules/presentation/Presentation.idl

Issue 1290693003: Presentation API: add UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 4 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/presentation/PresentationAvailability.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/Presentation.idl
diff --git a/Source/modules/presentation/Presentation.idl b/Source/modules/presentation/Presentation.idl
index 26fd639a7c4a3a585261ceb1c8c60c2824df21a8..227fb9eff6862610b1ab94a0f19815661cfc92ee 100644
--- a/Source/modules/presentation/Presentation.idl
+++ b/Source/modules/presentation/Presentation.idl
@@ -8,7 +8,7 @@
GarbageCollected,
RuntimeEnabled=Presentation
] interface Presentation : EventTarget {
- attribute PresentationRequest? defaultRequest;
+ [MeasureAs=PresentationDefaultRequest] attribute PresentationRequest? defaultRequest;
// This API used by presenting browsing context.
// TODO(avayvod): The spec has |getSession()| and |getSessions()| instead.
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/presentation/PresentationAvailability.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698