Use base::FilePath
This commit is contained in:
parent
c77e07bc15
commit
9d62b196d3
3 changed files with 6 additions and 6 deletions
|
@ -236,7 +236,7 @@ void AtomBrowserClient::AppendExtraCommandLineSwitches(
|
|||
|
||||
if (delegate_) {
|
||||
auto app_path = static_cast<api::App*>(delegate_)->GetAppPath();
|
||||
command_line->AppendSwitchASCII(switches::kAppPath, app_path);
|
||||
command_line->AppendSwitchPath(switches::kAppPath, app_path);
|
||||
}
|
||||
|
||||
content::WebContents* web_contents = GetWebContentsFromProcessID(process_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue