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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1634653003: Abstract pref storage from net::SdchOwner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@net_prefs
Patch Set: Fix iOS Created 4 years, 10 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 | « net/sdch/sdch_owner_unittest.cc ('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 c2f81f24206eb67a3309604934f811ab75dde3c3..d0587b81cda16ad88bff219e9fb916de1f2e3eb6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77018,12 +77018,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<enum name="SdchPersistenceFailureReason" type="int">
<summary>
Errors that can occur when reading in or writing out persisted dictionary
- information. See enum PersistenceFailureReason in net/sdch/sdch_owner.cc for
- more information.
+ information. See enum in net/sdch/sdch_owner.h for more information.
</summary>
<int value="1" label="NO_FILE"/>
<int value="2" label="READ_FAILED"/>
<int value="3" label="WRITE_FAILED"/>
+ <int value="4" label="OTHER"/>
</enum>
<enum name="SdchProblemCode" type="int">
« no previous file with comments | « net/sdch/sdch_owner_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698