summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-18 08:54:20 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-18 08:54:20 +0000
commitb6526b632da4214ca961fd94d8f59f8e98c2f6fe (patch)
treef0863c62546a58ca407b65e3281ec81bbb5d3731 /tools/memory_watcher
parent138cea3bb15c0057860bc0058f495d63de41f61a (diff)
downloadchromium_src-b6526b632da4214ca961fd94d8f59f8e98c2f6fe.zip
chromium_src-b6526b632da4214ca961fd94d8f59f8e98c2f6fe.tar.gz
chromium_src-b6526b632da4214ca961fd94d8f59f8e98c2f6fe.tar.bz2
Remove HistoryPublisher code.
AFAICT, the last clients of this code no longer depend on it, so get it removed before someone else decides to depend on it. BUG=161116,294306 Review URL: https://codereview.chromium.org/71723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/memory_watcher')
-rwxr-xr-xtools/memory_watcher/scripts/summary.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/memory_watcher/scripts/summary.pl b/tools/memory_watcher/scripts/summary.pl
index 4ba10c1..aaf09b9 100755
--- a/tools/memory_watcher/scripts/summary.pl
+++ b/tools/memory_watcher/scripts/summary.pl
@@ -114,8 +114,6 @@ sub process_stdin() {
$location_blame = "RegistryControlledDomainService";
} elsif ($loc =~ m/URLRequestChromeJob::DataAvailable/) {
$location_blame = "URLRequestChromeJob DataAvailable";
- } elsif ($loc =~ m/history_publisher/) {
- $location_blame = "history publisher";
} else {
$location_blame = "unknown";
}