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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1274753006: Modify languageSettingsPrivate IDL and flesh out stub implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 | « third_party/closure_compiler/externs/language_settings_private.js ('k') | no next file » | 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 a310860dbcfdb74fa9645fb8b5b3c3f0cb06fb2d..45e0635aad7945648a28c3ff9c49588f2a2eadcf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56514,6 +56514,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="373" label="WEB_VIEW_INTERNAL_ON_UNRESPONSIVE"/>
<int value="374" label="WEB_VIEW_INTERNAL_ON_ZOOM_CHANGE"/>
<int value="375" label="GUEST_VIEW_INTERNAL_ON_RESIZE"/>
+ <int value="376" label="LANGUAGE_SETTINGS_PRIVATE_ON_INPUT_METHOD_ADDED"/>
+ <int value="377" label="LANGUAGE_SETTINGS_PRIVATE_ON_INPUT_METHOD_REMOVED"/>
+ <int value="379"
Ilya Sherman 2015/09/10 00:12:09 There's a gap in your numbering here -- this shoul
+ label="LANGUAGE_SETTINGS_PRIVATE_ON_SPELLCHECK_DICTIONARIES_CHANGED"/>
+ <int value="380"
+ label="LANGUAGE_SETTINGS_PRIVATE_ON_CUSTOM_DICTIONARY_CHANGED"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
« no previous file with comments | « third_party/closure_compiler/externs/language_settings_private.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698