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

Unified Diff: chrome/browser/chrome_browser_main.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/chrome_browser_main.cc
===================================================================
--- chrome/browser/chrome_browser_main.cc (revision 169477)
+++ chrome/browser/chrome_browser_main.cc (working copy)
@@ -453,6 +453,8 @@
if (!g_browser_process || g_browser_process->IsShuttingDown())
return false;
+ g_browser_process->PlatformSpecificCommandLineProcessing(command_line);
+
// TODO(erikwright): Consider removing this - AFAIK it is no longer used.
// Handle the --uninstall-extension startup action. This needs to done here
// in the process that is running with the target profile, otherwise the

Powered by Google App Engine
This is Rietveld 408576698