mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
I don't think we need this
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user