| Index: chrome/app/main_dll_loader_win.cc
|
| diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
|
| index f28d301738abac4b1db94e24a0c969f6c57d6f0d..5f815dbb68854adc70055d1e3b691b92873def55 100644
|
| --- a/chrome/app/main_dll_loader_win.cc
|
| +++ b/chrome/app/main_dll_loader_win.cc
|
| @@ -249,7 +249,7 @@ int MainDllLoader::Launch(HINSTANCE instance) {
|
| ChromeWatcherMainFunction watcher_main =
|
| reinterpret_cast<ChromeWatcherMainFunction>(
|
| ::GetProcAddress(watcher_dll, kChromeWatcherDLLEntrypoint));
|
| - return watcher_main(chrome::kBrowserExitCodesRegistryPath,
|
| + return watcher_main(chrome::GetBrowserExitCodesRegistryPath(),
|
| parent_process.Take(), main_thread_id,
|
| on_initialized_event.Take(),
|
| watcher_data_directory.value().c_str(),
|
|
|