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

Unified Diff: process/launch_win.cc

Issue 2043183002: Update to Chromium //base at Chromium commit 01cb97b2e09618bbc3a60c7348f0a844eea20547. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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 | « prefs/json_pref_store.h ('k') | process/process_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: process/launch_win.cc
diff --git a/process/launch_win.cc b/process/launch_win.cc
index 9515041b13384ff8da80f88f13d50eec761d880e..09a45364224ac665099983c97e81ad51af540252 100644
--- a/process/launch_win.cc
+++ b/process/launch_win.cc
@@ -175,6 +175,8 @@ void RouteStdioToConsole(bool create_console_if_not_found) {
// It should be ERROR_INVALID_HANDLE at this point, which means the
// browser was likely not started from a console.
AllocConsole();
+ } else {
+ return;
}
}
« no previous file with comments | « prefs/json_pref_store.h ('k') | process/process_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698