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

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

Issue 2081193002: Count usage of MediaStream active and inactive events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « no previous file | third_party/WebKit/Source/modules/mediastream/MediaStream.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 58113e7e4a279693483acb04f211cef57f9a1724..a860ecf5bb13c0e463947c0060f792cbdd56db09 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1214,11 +1214,12 @@ public:
OpenSearchSecureOriginSecureTarget = 1408,
RegisterProtocolHandlerSecureOrigin = 1409,
RegisterProtocolHandlerInsecureOrigin = 1410,
-
CrossOriginWindowAlert = 1411,
CrossOriginWindowConfirm = 1412,
CrossOriginWindowPrompt = 1413,
CrossOriginWindowPrint = 1414,
+ MediaStreamOnActive = 1415,
+ MediaStreamOnInactive = 1416,
// 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 | third_party/WebKit/Source/modules/mediastream/MediaStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698