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

Unified Diff: chrome/browser/task_management/providers/child_process_task.h

Issue 1439213004: Fix various TaskManager bugs and add new enhancements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: auto*& --> auto* Created 5 years, 1 month 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/app/generated_resources.grd ('k') | chrome/browser/task_management/providers/child_process_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/task_management/providers/child_process_task.h
diff --git a/chrome/browser/task_management/providers/child_process_task.h b/chrome/browser/task_management/providers/child_process_task.h
index 9dc06e5c9d878817f75daeff1632f2bd1be29478..9160ec524add0f105645d64a3b396c370aa01a25 100644
--- a/chrome/browser/task_management/providers/child_process_task.h
+++ b/chrome/browser/task_management/providers/child_process_task.h
@@ -51,6 +51,10 @@ class ChildProcessTask : public Task {
// |NaClTrustedProcessType|.
const int process_type_;
+ // Depending on the |process_type_|, determines whether this task uses V8
+ // memory or not.
+ const bool uses_v8_memory_;
+
DISALLOW_COPY_AND_ASSIGN(ChildProcessTask);
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/task_management/providers/child_process_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698