I don't think we need this
This commit is contained in:
parent
4a7a09aae1
commit
15f00db1bf
1 changed files with 0 additions and 4 deletions
|
@ -239,10 +239,6 @@ ProcessSingleton::NotifyOtherProcessOrCreate() {
|
||||||
result = NotifyOtherProcess();
|
result = NotifyOtherProcess();
|
||||||
if (result == PROCESS_NONE)
|
if (result == PROCESS_NONE)
|
||||||
result = PROFILE_IN_USE;
|
result = PROFILE_IN_USE;
|
||||||
} else {
|
|
||||||
// TODO: Figure out how to implement this
|
|
||||||
//g_browser_process->platform_part()->PlatformSpecificCommandLineProcessing(
|
|
||||||
// *base::CommandLine::ForCurrentProcess());
|
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue