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

Unified Diff: chrome/browser/memory_details.cc

Issue 238263004: Remove VIEW_TYPE_NOTIFICATION since it's not used anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 months 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/browser/memory_details.h ('k') | chrome/renderer/extensions/runtime_custom_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/memory_details.h ('k') | chrome/renderer/extensions/runtime_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698