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

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

Issue 2790493002: Implement permissions embargo for prompts which are repeatedly ignored. (Closed)
Patch Set: 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 e4300f4cb17aa17906243e567d4f5370438ca4c4..a12472c170e819ba25905c557768e46d5a02603c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -105816,6 +105816,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