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

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

Issue 2400503002: [Translate] Integrate TranslateEventProto UMA logging into TranslateManager. (Closed)
Patch Set: plumb through to TranslateBubbleUiEvent UMA metric 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b5ab0cb93120240c6266d9a2d589e278f2c1904d..a0700ef3ce3da33d4d16e4df72d0dc9c5fe5435d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -102744,6 +102744,11 @@ value.
<int value="18" label="Page Action icon activated"/>
<int value="19" label="Page Action icon deactivated"/>
<int value="20" label="Bubble was shown"/>
+ <int value="21" label="Bubble not shown: window is no longer valid"/>
+ <int value="22" label="Bubble not shown: window is minimized"/>
+ <int value="23" label="Bubble not shown: window is not active"/>
+ <int value="24" label="Bubble not shown: web contents not active"/>
+ <int value="25" label="Bubble not shown: editable field is active"/>
</enum>
<enum name="TranslateError" type="int">

Powered by Google App Engine
This is Rietveld 408576698