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

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 10832031: Fix system-level toast regression. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_distribution.cc
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index a9049fb84a59ff1cf0dc1aa86fe633147b3ab555..a2f58a5c56de93f46d1ee92e9b969b34527ab53a 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -280,6 +280,7 @@ bool LaunchSetupAsConsoleUser(const FilePath& setup_path,
base::LaunchOptions options;
options.as_user = user_token;
options.inherit_handles = true;
+ options.empty_desktop_name = true;
VLOG(1) << __FUNCTION__ << " launching " << cmd_line.GetCommandLineString();
bool launched = base::LaunchProcess(cmd_line, options, NULL);
::CloseHandle(user_token);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698