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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2790493002: Implement permissions embargo for prompts which are repeatedly ignored. (Closed)
Patch Set: Address comments Created 3 years, 9 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e09546cdb00a1f6f48699f642b00101ae3b64535..2ef5a812f158fb478e69b0ebefa13011e0aa8ce3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -106132,6 +106132,7 @@ from previous Chrome versions.
<int value="0" label="NOT_EMBARGOED"/>
<int value="1" label="BLACKLISTED"/>
<int value="2" label="REPEATED_DISMISSALS"/>
+ <int value="3" label="REPEATED_IGNORES"/>
</enum>
<enum name="PermissionRequestType" type="int">

Powered by Google App Engine
This is Rietveld 408576698