diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 01:57:58 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-24 01:57:58 +0000 |
commit | 375b1458e57588e1f1bc335f3a41128028711600 (patch) | |
tree | b5d1772b2e25454740b3217f67255e0ee61240dc /chrome/common/pref_names.h | |
parent | 1e391f0cc20d2d9d0ddf04bd425c7e87e2f591b9 (diff) | |
download | chromium_src-375b1458e57588e1f1bc335f3a41128028711600.zip chromium_src-375b1458e57588e1f1bc335f3a41128028711600.tar.gz chromium_src-375b1458e57588e1f1bc335f3a41128028711600.tar.bz2 |
Remove http_throttling.may_experiment pref.
This preference is no longer useful since we don't expect to perform
further experiments that control the setting of the
http_throttling.enabled pref.
BUG=119760
Review URL: http://codereview.chromium.org/9836043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 7d8178f..7dc8ce5 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -317,7 +317,6 @@ extern const char kEditBookmarksEnabled[]; extern const char kEnableTranslate[]; extern const char kPinnedTabs[]; extern const char kHttpThrottlingEnabled[]; -extern const char kHttpThrottlingMayExperiment[]; extern const char kDisable3DAPIs[]; extern const char kEnableHyperlinkAuditing[]; |