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

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: 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..d198b7b059c433fd88ca9a19c94ec0fa7404ee4a 100644
--- a/chrome/browser/extensions/extension_processes_api.cc
+++ b/chrome/browser/extensions/extension_processes_api.cc
@@ -652,7 +652,8 @@ void TerminateFunction::TerminateProcess() {
Release();
}
-GetProcessInfoFunction::GetProcessInfoFunction() {
+GetProcessInfoFunction::GetProcessInfoFunction()
+ : memory_(false) {
Mark Mentovai 2012/08/01 16:36:20 Fix indentation. See http://google-styleguide.goog
nilesh 2012/08/01 16:40:52 Done. Thanks.
}
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