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

Unified Diff: chrome/browser/extensions/api/processes/processes_api.cc

Issue 10918229: Upstream processes_api.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 3 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/extensions/api/processes/processes_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/processes/processes_api.cc
diff --git a/chrome/browser/extensions/api/processes/processes_api.cc b/chrome/browser/extensions/api/processes/processes_api.cc
index a1e581c8b356dc3e5283914c6764aded650e287f..20fcee2e674d1395f1c4f65252389e1ec8b3da93 100644
--- a/chrome/browser/extensions/api/processes/processes_api.cc
+++ b/chrome/browser/extensions/api/processes/processes_api.cc
@@ -638,7 +638,11 @@ void TerminateFunction::TerminateProcess() {
Release();
}
-GetProcessInfoFunction::GetProcessInfoFunction() : memory_(false) {
+GetProcessInfoFunction::GetProcessInfoFunction()
+#if defined(ENABLE_TASK_MANAGER)
+ : memory_(false)
+#endif
+ {
}
GetProcessInfoFunction::~GetProcessInfoFunction() {
« no previous file with comments | « chrome/browser/extensions/api/processes/processes_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698