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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator.cc

Issue 11299192: Ensure that Metro chrome in ASH is able to connect to an existing desktop chrome AURA process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
Index: chrome/browser/ui/startup/startup_browser_creator.cc
===================================================================
--- chrome/browser/ui/startup/startup_browser_creator.cc (revision 169477)
+++ chrome/browser/ui/startup/startup_browser_creator.cc (working copy)
@@ -588,6 +588,7 @@
return;
}
ProcessCmdLineImpl(cmd_line, cur_dir, false, profile, Profiles(), NULL, NULL);
+ g_browser_process->PlatformSpecificCommandLineProcessing(cmd_line);
Ben Goodger (Google) 2012/11/27 16:56:41 to the uninitiated (I know this code only slightly
ananta 2012/11/27 19:16:03 Moved this to the ProcessSingletonNotificationCall
}
bool HasPendingUncleanExit(Profile* profile) {

Powered by Google App Engine
This is Rietveld 408576698