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.cc | |
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.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 9cd098f..c32cbb5 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -408,4 +408,7 @@ const wchar_t kViewsGtk[] = L"views-gtk"; // Enables the bookmark menu. const wchar_t kBookmarkMenu[] = L"bookmark-menu"; +// Enables StatsTable, logging statistics to a global named shared memory table. +const wchar_t kEnableStatsTable[] = L"enable-stats-table"; + } // namespace switches |