I don't think we need this

This commit is contained in:
Paul Betts 2015-10-20 15:03:59 -07:00
parent 4a7a09aae1
commit 15f00db1bf

View file

@ -239,10 +239,6 @@ ProcessSingleton::NotifyOtherProcessOrCreate() {
result = NotifyOtherProcess();
if (result == PROCESS_NONE)
result = PROFILE_IN_USE;
} else {
// TODO: Figure out how to implement this
//g_browser_process->platform_part()->PlatformSpecificCommandLineProcessing(
// *base::CommandLine::ForCurrentProcess());
}
return result;
}