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 | |
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')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 041a066..45420cc 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -832,10 +832,6 @@ const char kManualEnhancedBookmarksOptout[] = // Forces the maximum disk space to be used by the media cache, in bytes. const char kMediaCacheSize[] = "media-cache-size"; -// Enables dynamic loading of the Memory Profiler DLL, which will trace all -// memory allocations during the run. -const char kMemoryProfiling[] = "memory-profile"; - // Enables histograming of tasks served by MessageLoop. See // about:histograms/Loop for results, which show frequency of messages on each // thread, including APC count, object signalling count, etc. 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[]; |