summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 00:49:34 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 00:49:34 +0000
commitf1933791ead4e0c44066287396f0475e95a2e1e3 (patch)
treeb9c6ef28cfdf0ad22d19327f2cdc5463ba4cd782 /chrome/common
parent5d93738d664767ee0c7d3f0de8e5f68100de0b54 (diff)
downloadchromium_src-f1933791ead4e0c44066287396f0475e95a2e1e3.zip
chromium_src-f1933791ead4e0c44066287396f0475e95a2e1e3.tar.gz
chromium_src-f1933791ead4e0c44066287396f0475e95a2e1e3.tar.bz2
Get rid of the following dependencies from content:
chrome/common/chrome_constants.h chrome/common/chrome_paths.h chrome/common/logging_chrome.h BUG=76697 Review URL: http://codereview.chromium.org/7104144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88935 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_constants.cc2
-rw-r--r--chrome/common/chrome_constants.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index d6d610e..2a90072 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -112,8 +112,6 @@ const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
const FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
const FilePath::CharType kServiceStateFileName[] = FPL("Service State");
-// This number used to be limited to 32 in the past (see b/535234).
-const unsigned int kMaxRendererProcessCount = 42;
const int kStatsMaxThreads = 32;
const int kStatsMaxCounters = 3000;
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index d0e2652..5d6b416 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -71,7 +71,6 @@ extern const FilePath::CharType kJumpListIconDirname[];
extern const FilePath::CharType kWebAppDirname[];
extern const FilePath::CharType kServiceStateFileName[];
-extern const unsigned int kMaxRendererProcessCount;
extern const int kStatsMaxThreads;
extern const int kStatsMaxCounters;