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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1528483002: Add chrome.input.ime.activate and chrome.input.ime.deactivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Devlin and Shu's comments. Created 4 years, 11 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 999559cd94f7f5c8ba14412397a1ae2110561a0c..555781d9cfe6da1026606247bf5a93ac04824597 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63527,6 +63527,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1101" label="WEBRTCLOGGINGPRIVATE_STOPAUDIODEBUGRECORDINGS"/>
<int value="1102" label="TERMINALPRIVATE_ACKOUTPUT"/>
<int value="1103" label="INPUT_IME_CREATEWINDOW"/>
+ <int value="1104" label="INPUT_IME_ACTIVATE"/>
+ <int value="1105" label="INPUT_IME_DEACTIVATE"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698