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

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

Issue 846913004: Add a comment about counter availability in M41 branch (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index ff5ecd6f02172a6ef93c5871d03af6994a3335db..442b5f119590432c3a5e8d6a6d36286aab210bb3 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -605,6 +605,8 @@ public:
MixedContentFormPresent = 665,
GetUserMediaInsecureOrigin = 666,
GetUserMediaSecureOrigin = 667,
+ // The above items are available in M41 branch.
+
DeviceMotionInsecureOrigin = 668,
DeviceMotionSecureOrigin = 669,
DeviceOrientationInsecureOrigin = 670,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698