| Index: chrome/browser/memory_details.cc
|
| ===================================================================
|
| --- chrome/browser/memory_details.cc (revision 263855)
|
| +++ chrome/browser/memory_details.cc (working copy)
|
| @@ -59,8 +59,6 @@
|
| return "Devtools";
|
| case RENDERER_INTERSTITIAL:
|
| return "Interstitial";
|
| - case RENDERER_NOTIFICATION:
|
| - return "Notification";
|
| case RENDERER_BACKGROUND_APP:
|
| return "Background App";
|
| case RENDERER_UNKNOWN:
|
| @@ -303,13 +301,6 @@
|
| continue;
|
| }
|
|
|
| - if (type == extensions::VIEW_TYPE_NOTIFICATION) {
|
| - process.titles.push_back(base::UTF8ToUTF16(url.spec()));
|
| - process.renderer_type =
|
| - ProcessMemoryInformation::RENDERER_NOTIFICATION;
|
| - continue;
|
| - }
|
| -
|
| // Since we have a WebContents and and the renderer type hasn't been
|
| // set yet, it must be a normal tabbed renderer.
|
| if (process.renderer_type == ProcessMemoryInformation::RENDERER_UNKNOWN)
|
|
|