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 | |
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')
-rw-r--r-- | chrome/common/pref_names.cc | 6 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 0ddfec2..765a4ae 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -882,12 +882,6 @@ const char kPinnedTabs[] = "pinned_tabs"; // Boolean that is true when HTTP throttling is enabled. const char kHttpThrottlingEnabled[] = "http_throttling.enabled"; -// Boolean that is true until the user changes the setting of the check-box -// that controls whether HTTP throttling is enabled. When this is false, -// we do not allow FieldTrial experiments to modify whether the feature -// is enabled or not. -const char kHttpThrottlingMayExperiment[] = "http_throttling.may_experiment"; - // Integer containing the default Geolocation content setting. const char kGeolocationDefaultContentSetting[] = "geolocation.default_content_setting"; 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[]; |