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

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

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: 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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | ui/base/ime/ime_engine_handler_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a59c7c72338c98de7be4337fba129637eb4e3f4c..1608cd406f90f0ad852452a59f4e6e790b11d72f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63789,6 +63789,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1103" label="INPUT_IME_CREATEWINDOW"/>
<int value="1104" label="INPUTMETHODPRIVATE_SETXKBLAYOUT"/>
<int value="1105" label="ACCESSIBILITY_PRIVATE_SETKEYBOARDLISTENER"/>
+ <int value="1106" label="INPUT_IME_ACTIVATE"/>
+ <int value="1107" label="INPUT_IME_DEACTIVATE"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | ui/base/ime/ime_engine_handler_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698