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

Unified Diff: chrome/browser/chrome_process_singleton.cc

Issue 12674028: Report text output and exit code for command-line operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgotten review responses. Created 7 years, 8 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/chrome_process_singleton.h ('k') | chrome/browser/chrome_process_singleton_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_process_singleton.cc
diff --git a/chrome/browser/chrome_process_singleton.cc b/chrome/browser/chrome_process_singleton.cc
index a6824578df89f69f56a14a980c0d41746717f6af..9c45afbb6a33885bee7dd8315d7177296320471d 100644
--- a/chrome/browser/chrome_process_singleton.cc
+++ b/chrome/browser/chrome_process_singleton.cc
@@ -6,7 +6,7 @@
ChromeProcessSingleton::ChromeProcessSingleton(
const base::FilePath& user_data_dir,
- const ProcessSingleton::NotificationCallback& notification_callback)
+ const NotificationCallback& notification_callback)
: startup_lock_(notification_callback),
modal_dialog_lock_(startup_lock_.AsNotificationCallback()),
process_singleton_(user_data_dir,
@@ -16,7 +16,7 @@ ChromeProcessSingleton::ChromeProcessSingleton(
ChromeProcessSingleton::ChromeProcessSingleton(
const base::FilePath& user_data_dir,
- const ProcessSingleton::NotificationCallback& notification_callback,
+ const NotificationCallback& notification_callback,
const ProcessSingletonModalDialogLock::SetForegroundWindowHandler&
set_foreground_window_handler)
: startup_lock_(notification_callback),
« no previous file with comments | « chrome/browser/chrome_process_singleton.h ('k') | chrome/browser/chrome_process_singleton_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698