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

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

Issue 1307663003: Update getUserMedia counts to count Promise API and secure origin use (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add actual counting of GetUserMedia.Secure 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 | « no previous file | Source/core/frame/OriginsUsingFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/OriginsUsingFeatures.h
diff --git a/Source/core/frame/OriginsUsingFeatures.h b/Source/core/frame/OriginsUsingFeatures.h
index b2f8f25eaae20dda81fd65c373416fd1c004e8e2..185c4099bb781c808f67340b490c879b3c2c0257 100644
--- a/Source/core/frame/OriginsUsingFeatures.h
+++ b/Source/core/frame/OriginsUsingFeatures.h
@@ -23,6 +23,7 @@ class CORE_EXPORT OriginsUsingFeatures {
public:
~OriginsUsingFeatures();
+ // Features for RAPPOR. Do not reorder or remove!
enum class Feature {
ElementCreateShadowRoot,
DocumentRegisterElement,
@@ -32,6 +33,7 @@ public:
FullscreenInsecureOrigin,
GeolocationInsecureOrigin,
GetUserMediaInsecureOrigin,
+ GetUserMediaSecureOrigin,
NumberOfFeatures // This must be the last item.
};
« no previous file with comments | « no previous file | Source/core/frame/OriginsUsingFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698