diff options
author | johnme@google.com <johnme@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 12:33:39 +0000 |
---|---|---|
committer | johnme@google.com <johnme@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 12:33:39 +0000 |
commit | ffe739fd4a4454bab12d5d317b7342b6be6d847a (patch) | |
tree | 6fe76da518e79cf590ea36bf054ad8b0a64109be /chrome/common | |
parent | 2c094d8030adf129b35076b75399f920dc082792 (diff) | |
download | chromium_src-ffe739fd4a4454bab12d5d317b7342b6be6d847a.zip chromium_src-ffe739fd4a4454bab12d5d317b7342b6be6d847a.tar.gz chromium_src-ffe739fd4a4454bab12d5d317b7342b6be6d847a.tar.bz2 |
Revert 91842 - Introduce a policy to control the maximal number of connections per proxy server.
Reverted commit details:
BUG=63658
TEST=All policy unit_tests should pass.
Review URL: http://codereview.chromium.org/7283018
TBR=pastarmovj@chromium.org
Review URL: http://codereview.chromium.org/7326011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_names.cc | 1 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index f2c6ad6..d6b6745 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -1322,7 +1322,6 @@ const char kCloudPrintRobotEmail[] = "cloud_print.robot_email"; // Preference to story proxy settings. const char kProxy[] = "proxy"; -const char kMaxConnectionsPerProxy[] = "net.max_connections_per_proxy"; // Preferences that are exclusivly used to store managed values for default // content settings. diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 386d126..2dd53b1 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -456,7 +456,6 @@ extern const char kCloudPrintRobotRefreshToken[]; extern const char kCloudPrintRobotEmail[]; extern const char kProxy[]; -extern const char kMaxConnectionsPerProxy[]; extern const char kManagedDefaultCookiesSetting[]; extern const char kManagedDefaultImagesSetting[]; |