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) { |