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

Unified Diff: third_party/WebKit/public/platform/modules/permissions/permission_status.mojom

Issue 2518963002: Record metric of geo permission before and after showing the disclosure. (Closed)
Patch Set: Feedback 2 Created 4 years, 1 month 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 | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
diff --git a/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom b/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
index 748c325d65ddaba11608caca00fd46b3e22f4d4e..cbc0ffbfc323773d4e2af7e5917adab6ba64a090 100644
--- a/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
+++ b/third_party/WebKit/public/platform/modules/permissions/permission_status.mojom
@@ -4,6 +4,8 @@
module blink.mojom;
+// Do not remove items from, or reorder this enum as it is used in histograms.
+// New items should be added at the end.
enum PermissionStatus {
GRANTED,
DENIED,
« no previous file with comments | « chrome/common/pref_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698