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

Unified Diff: content/public/common/permission_status.mojom

Issue 1197853005: Collecting statistics on iframe permissions use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed NOTREACHED calls. Created 5 years, 5 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
Index: content/public/common/permission_status.mojom
diff --git a/content/public/common/permission_status.mojom b/content/public/common/permission_status.mojom
index f7e56bfab19cdbc096cb41eadab2dd099d3b097b..454f64618e2a2e40d7bb2db0ad68bc8d12d65e82 100644
--- a/content/public/common/permission_status.mojom
+++ b/content/public/common/permission_status.mojom
@@ -7,5 +7,6 @@ module content;
enum PermissionStatus {
GRANTED,
DENIED,
- ASK
+ ASK,
+ NUM
mlamouri (slow - plz ping) 2015/07/07 21:18:47 I'm confused but maybe I'm missing something. Why
keenanb 2015/07/08 00:37:21 UMA_HISTOGRAM_ENUMERATION needs a boundary value.
mlamouri (slow - plz ping) 2015/07/08 15:00:44 Can you do: LAST = ASK, instead of NUM. Then, yo
};

Powered by Google App Engine
This is Rietveld 408576698