summaryrefslogtreecommitdiffstats
path: root/net/base/sdch_manager.h
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 01:06:53 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-15 01:06:53 +0000
commitd8fd513cd610568904212fa0d2a0de523d85a2ff (patch)
tree2025a97ba0925f3b3494baaa30e3dfe186b8f199 /net/base/sdch_manager.h
parent96c77a6d2bf1e573e48748b54c8bf3c7aa4c9d96 (diff)
downloadchromium_src-d8fd513cd610568904212fa0d2a0de523d85a2ff.zip
chromium_src-d8fd513cd610568904212fa0d2a0de523d85a2ff.tar.gz
chromium_src-d8fd513cd610568904212fa0d2a0de523d85a2ff.tar.bz2
Adjust histograms to only collect non-cache stats for SDCH.
I also changed the name of all the SDCH histograms so that there would be no confusion about the data. I also added one new problem code, but that recordation doesn't have any semantic impact. I added it to help make it easier to diagnose dictionary specification errors in SDCH. bug=12012 R=wtc Review URL: http://codereview.chromium.org/115377 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/sdch_manager.h')
-rw-r--r--net/base/sdch_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/sdch_manager.h b/net/base/sdch_manager.h
index 43fa484..679d771 100644
--- a/net/base/sdch_manager.h
+++ b/net/base/sdch_manager.h
@@ -90,6 +90,7 @@ class SdchManager {
DICTIONARY_DOMAIN_NOT_MATCHING_SOURCE_URL = 24,
DICTIONARY_PORT_NOT_MATCHING_SOURCE_URL = 25,
DICTIONARY_HAS_NO_TEXT = 26,
+ DICTIONARY_REFERER_URL_HAS_DOT_IN_PREFIX = 27,
// Dictionary loading problems.
DICTIONARY_LOAD_ATTEMPT_FROM_DIFFERENT_HOST = 30,