Chromium Code Reviews| Index: chrome/browser/memory_details.cc |
| =================================================================== |
| --- chrome/browser/memory_details.cc (revision 152076) |
| +++ chrome/browser/memory_details.cc (working copy) |
| @@ -274,8 +274,10 @@ |
| if (extension) { |
| string16 title = UTF8ToUTF16(extension->name()); |
| process.titles.push_back(title); |
| + process.renderer_type = |
| + ProcessMemoryInformation::RENDERER_EXTENSION; |
| + continue; |
| } |
| - continue; |
| } |
| if (!contents) { |