fix a messed up merge
This commit is contained in:
parent
640a145112
commit
6fbd84fc80
1 changed files with 2 additions and 1 deletions
|
@ -244,6 +244,7 @@ std::string OpenExternalOnWorkerThread(
|
||||||
// have been escaped.
|
// have been escaped.
|
||||||
std::wstring escaped_url =
|
std::wstring escaped_url =
|
||||||
L"\"" + base::UTF8ToWide(net::EscapeExternalHandlerValue(url.spec())) +
|
L"\"" + base::UTF8ToWide(net::EscapeExternalHandlerValue(url.spec())) +
|
||||||
|
L"\"";
|
||||||
std::wstring working_dir = options.working_dir.value();
|
std::wstring working_dir = options.working_dir.value();
|
||||||
|
|
||||||
if (reinterpret_cast<ULONG_PTR>(
|
if (reinterpret_cast<ULONG_PTR>(
|
||||||
|
|
Loading…
Reference in a new issue