diff --git a/chrome/browser/shortcuts/platform_util_win.cc b/chrome/browser/shortcuts/platform_util_win.cc index e5ff01aa7eb0..0ac87c5deee6 100644 --- a/chrome/browser/shortcuts/platform_util_win.cc +++ b/chrome/browser/shortcuts/platform_util_win.cc @@ -12,8 +12,9 @@ namespace shortcuts { namespace { +// Fixes https://github.com/nwjs/nw.js/issues/8227 constexpr base::FilePath::CharType kChromeProxyExecutable[] = - FILE_PATH_LITERAL("chrome_proxy.exe"); + FILE_PATH_LITERAL("nw.exe"); } // namespace