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