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

Unified Diff: chrome/browser/extensions/extension_processes_api.cc

Issue 10843029: Fix some clang errors on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indent Created 8 years, 5 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/extension_install_ui_android.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/extension_processes_api.cc
diff --git a/chrome/browser/extensions/extension_processes_api.cc b/chrome/browser/extensions/extension_processes_api.cc
index f24e66d1df52f9354273348e9ffe8f6a88678f10..b58f97eb4fc23f6c11dec761986016c238d781df 100644
--- a/chrome/browser/extensions/extension_processes_api.cc
+++ b/chrome/browser/extensions/extension_processes_api.cc
@@ -652,7 +652,7 @@ void TerminateFunction::TerminateProcess() {
Release();
}
-GetProcessInfoFunction::GetProcessInfoFunction() {
+GetProcessInfoFunction::GetProcessInfoFunction() : memory_(false) {
}
GetProcessInfoFunction::~GetProcessInfoFunction() {
« no previous file with comments | « chrome/browser/extensions/extension_install_ui_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698