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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1290693003: Presentation API: add UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index e0cf0ea248d41c57968ef8542e1caa5560adadd8..9a2d54fa8638891686103b4e4a9cd1eb31004f99 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -813,6 +813,17 @@ public:
LinkRelPrerender = 918,
LinkRelNext = 919,
PrefixedPerformanceResourceTimingBufferFull = 920,
+ PresentationDefaultRequest = 921,
+ PresentationAvailabilityChangeEventListener = 922,
+ PresentationRequestConstructor = 923,
+ PresentationRequestStart = 924,
+ PresentationRequestJoin = 925,
+ PresentationRequestGetAvailability = 926,
+ PresentationRequestSessionConnectEventListener = 927,
+ PresentationSessionClose = 928,
+ PresentationSessionSend = 929,
+ PresentationSessionStateChangeEventListener = 930,
+ PresentationSessionMessageEventListener = 931,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/modules/presentation/Presentation.idl » ('j') | Source/modules/presentation/Presentation.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698