Commit 0f2c305a authored by Sorin Jianu's avatar Sorin Jianu Committed by Commit Bot

Include session id on the command line for the new recovery component.

TBR: waffles
Bug: 687231
Change-Id: Id355aa2f6a153ba2c875ae018b0a9965015660b0
Reviewed-on: https://chromium-review.googlesource.com/967243Reviewed-by: default avatarSorin Jianu <sorin@chromium.org>
Commit-Queue: Sorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543845}
parent b3ce15aa
...@@ -55,6 +55,7 @@ base::CommandLine ActionRunner::MakeCommandLine( ...@@ -55,6 +55,7 @@ base::CommandLine ActionRunner::MakeCommandLine(
command_line.AppendSwitch("system"); command_line.AppendSwitch("system");
command_line.AppendSwitchASCII( command_line.AppendSwitchASCII(
"browser-version", component_.config()->GetBrowserVersion().GetString()); "browser-version", component_.config()->GetBrowserVersion().GetString());
command_line.AppendSwitchASCII("sessionid", component_.session_id());
return command_line; return command_line;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment