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

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

Issue 2320013003: [Extensions] Add UMA for the proxy override bubble (Closed)
Patch Set: Created 4 years, 3 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 4cd6b2186811aa8ffefb23abd30e238852862c4e..e2f252b932e0f806b0dde334178bc6906bc78200 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14167,6 +14167,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ExtensionBubble.ProxyUserSelection"
+ units="ExtensionBubbleAction">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The action taken by the user when the &quot;proxy overridden&quot; warning
+ bubble is shown. Logged immediately after the action is taken.
+ </summary>
+</histogram>
+
<histogram name="ExtensionBubble.WipeoutUserSelection"
enum="ExtensionBubbleAction">
<owner>finnur@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698