No extra linebreak
This commit is contained in:
parent
4a7eec8f2d
commit
24fedb2e20
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ void AtomBrowserClient::AppendExtraCommandLineSwitches(
|
||||||
|
|
||||||
if (delegate_) {
|
if (delegate_) {
|
||||||
auto app_path = static_cast<api::App*>(delegate_)->GetAppPath();
|
auto app_path = static_cast<api::App*>(delegate_)->GetAppPath();
|
||||||
command_line->AppendSwitchASCII(switches::kAppPath,
|
command_line->AppendSwitchASCII(switches::kAppPath, app_path);
|
||||||
app_path);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
content::WebContents* web_contents = GetWebContentsFromProcessID(process_id);
|
content::WebContents* web_contents = GetWebContentsFromProcessID(process_id);
|
||||||
|
|
Loading…
Reference in a new issue