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

Unified Diff: chrome/browser/task_manager/task_manager_observer.h

Issue 2593233003: Add a task manager column that shows memory state of processes (Closed)
Patch Set: fix compile error Created 3 years, 11 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/task_manager/task_manager_observer.h
diff --git a/chrome/browser/task_manager/task_manager_observer.h b/chrome/browser/task_manager/task_manager_observer.h
index 73c03a77e44e735a9ae8f12ca389fe144601dc3b..9802c3e8487d6520f0ece774203237b175d6785e 100644
--- a/chrome/browser/task_manager/task_manager_observer.h
+++ b/chrome/browser/task_manager/task_manager_observer.h
@@ -46,6 +46,8 @@ enum RefreshType {
REFRESH_TYPE_FD_COUNT = 1 << 12,
#endif // defined(OS_LINUX)
+ REFRESH_TYPE_MEMORY_STATE = 1 << 13,
+
REFRESH_TYPE_MEMORY = REFRESH_TYPE_PHYSICAL_MEMORY |
REFRESH_TYPE_MEMORY_DETAILS,
};
« no previous file with comments | « chrome/browser/task_manager/task_manager_interface.h ('k') | chrome/browser/task_manager/task_manager_tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698