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/pref_names.h | |
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/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 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[]; |