This commit is contained in:
Paul Betts 2015-10-20 15:03:59 -07:00
Родитель 4a7a09aae1
Коммит 15f00db1bf
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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;
}