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

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

Issue 2261903002: Fix race condition in MD Settings Languages page causing inconsistent settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update histograms Created 4 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/interfaces/language_settings_private_interface.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 3cd9258e9ba5a60db72631c51e44c05e0b22a802..a5248c73ec02aa47f496a4273ca0606791783b7e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76959,7 +76959,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1061" label="FILEMANAGERPRIVATEINTERNAL_EXECUTECUSTOMACTION"/>
<int value="1062" label="MDNS_FORCEDISCOVERY"/>
<int value="1063" label="LANGUAGESETTINGSPRIVATE_GETLANGUAGELIST"/>
- <int value="1064" label="LANGUAGESETTINGSPRIVATE_SETLANGUAGELIST"/>
+ <int value="1064" label="DELETED_LANGUAGESETTINGSPRIVATE_SETLANGUAGELIST"/>
<int value="1065"
label="LANGUAGESETTINGSPRIVATE_GETSPELLCHECKDICTIONARYSTATUS"/>
<int value="1066" label="LANGUAGESETTINGSPRIVATE_GETSPELLCHECKWORDS"/>
@@ -77042,6 +77042,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1142" label="QUICKUNLOCKPRIVATE_GETAVAILABLEMODES"/>
<int value="1143" label="WEBSTOREPRIVATE_ISPENDINGCUSTODIANAPPROVAL"/>
<int value="1144" label="TABS_DISCARD"/>
+ <int value="1145" label="LANGUAGESETTINGSPRIVATE_ENABLELANGUAGE"/>
+ <int value="1146" label="LANGUAGESETTINGSPRIVATE_DISABLELANGUAGE"/>
</enum>
<enum name="ExtensionIconState" type="int">
« no previous file with comments | « third_party/closure_compiler/interfaces/language_settings_private_interface.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698