| 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";
|
| }
|
|
|