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

Unified Diff: chrome/browser/memory_details.h

Issue 2694363007: Add memory and CPU histogram for OOPIF
Patch Set: Created 3 years, 10 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
Index: chrome/browser/memory_details.h
diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h
index 7cd017dedc98b82e7b178b460accbccae26a29f4..9c7ccdb130ed9c9db6d580e77dded1c49c59b443 100644
--- a/chrome/browser/memory_details.h
+++ b/chrome/browser/memory_details.h
@@ -65,6 +65,8 @@ struct ProcessMemoryInformation {
RendererProcessType renderer_type;
// A collection of titles used, i.e. for a tab it'll show all the page titles.
std::vector<base::string16> titles;
+ // True if it is a renderer containing an out-of-process iframe.
+ bool contains_oopif = false;
jochen (gone - plz use gerrit) 2017/02/17 15:32:46 please initialize this field in the ctor instead o
};
typedef std::vector<ProcessMemoryInformation> ProcessMemoryInformationList;
« no previous file with comments | « no previous file | chrome/browser/memory_details.cc » ('j') | chrome/browser/performance_monitor/process_metrics_history.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698