Get process finder working
This commit is contained in:
parent
daa65a138b
commit
1b3363c811
1 changed files with 0 additions and 7 deletions
|
@ -43,13 +43,6 @@ NotifyChromeResult AttemptToNotifyRunningAtom(HWND remote_window,
|
|||
return NOTIFY_FAILED;
|
||||
|
||||
base::CommandLine command_line(*base::CommandLine::ForCurrentProcess());
|
||||
command_line.AppendSwitchASCII(
|
||||
switches::kOriginalProcessStartTime,
|
||||
base::Int64ToString(
|
||||
base::CurrentProcessInfo::CreationTime().ToInternalValue()));
|
||||
|
||||
if (fast_start)
|
||||
command_line.AppendSwitch(switches::kFastStart);
|
||||
|
||||
// Send the command line to the remote chrome window.
|
||||
// Format is "START\0<<<current directory>>>\0<<<commandline>>>".
|
||||
|
|
Loading…
Reference in a new issue