Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: tools/memory_watcher/scripts/summary.pl

Issue 71723003: Remove HistoryPublisher code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ref to history_indexer.idl Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_watcher/scripts/summary.pl
diff --git a/tools/memory_watcher/scripts/summary.pl b/tools/memory_watcher/scripts/summary.pl
index 4ba10c1cc668e6fd9a44ef1980c8142af328d7fb..aaf09b94522033929d23f715d7acbb6168c04f13 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";
}
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698