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

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

Issue 620003005: Record whether Geolocation is accessed from a secure origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@screen_orientation_use_counter
Patch Set: Created 6 years, 2 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/modules/geolocation/Geolocation.h » ('j') | Source/modules/geolocation/Geolocation.h » ('J')
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 dd58eeff268663d0111953ea45ec6a6deeb3974b..d0c237f0f1e7efbf5997653235a64f74ddbbb342 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -527,6 +527,8 @@ public:
ScreenOrientationType = 558,
ScreenOrientationLock = 559,
ScreenOrientationUnlock = 560,
+ GeolocationSecureOrigin = 561,
+ GeolocationInsecureOrigin = 562,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
« no previous file with comments | « no previous file | Source/modules/geolocation/Geolocation.h » ('j') | Source/modules/geolocation/Geolocation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698