diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 05:13:16 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-20 05:13:16 +0000 |
commit | 57fa6dc63a71c652cb08c30d22865f0bd8a50f49 (patch) | |
tree | 8171ee8da08b92b91c5bbf900a76d0d01225e17f /chrome/common/chrome_switches.h | |
parent | 2871fcd2f15bc2c1d3efb2d07eb16f0939c82d29 (diff) | |
download | chromium_src-57fa6dc63a71c652cb08c30d22865f0bd8a50f49.zip chromium_src-57fa6dc63a71c652cb08c30d22865f0bd8a50f49.tar.gz chromium_src-57fa6dc63a71c652cb08c30d22865f0bd8a50f49.tar.bz2 |
Remove memory_watcher tool as well as --memory-profile command line flag.
This tool has not been maintained or used in a while, and tools such as UMDH work well as a replacement.
BUG=383024
Review URL: https://codereview.chromium.org/314253003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278607 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, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 9314437..9e41b6a 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -236,7 +236,6 @@ extern const char kSupervisedUserSyncToken[]; extern const char kManualEnhancedBookmarks[]; extern const char kManualEnhancedBookmarksOptout[]; extern const char kMediaCacheSize[]; -extern const char kMemoryProfiling[]; extern const char kMessageLoopHistogrammer[]; extern const char kMetricsRecordingOnly[]; extern const char kNetLogLevel[]; |