diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 19:56:54 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-27 19:56:54 +0000 |
commit | 4500a724f92aafd3dddd18f33500e3551e45893f (patch) | |
tree | ec4e580744def01790ca342326c0ad0024c1e088 /chrome/common/chrome_switches.h | |
parent | 0d6eb91cae5b6b72db209f3f7dcf2cae7810619c (diff) | |
download | chromium_src-4500a724f92aafd3dddd18f33500e3551e45893f.zip chromium_src-4500a724f92aafd3dddd18f33500e3551e45893f.tar.gz chromium_src-4500a724f92aafd3dddd18f33500e3551e45893f.tar.bz2 |
Hide StatsTable behind --enable-stats-table.
Review URL: http://codereview.chromium.org/49045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index c094937..8b51a7d 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -159,6 +159,7 @@ extern const wchar_t kEnableWebWorkers[]; extern const wchar_t kViewsGtk[]; extern const wchar_t kBookmarkMenu[]; +extern const wchar_t kEnableStatsTable[]; } // namespace switches |