Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: chrome/app/main_dll_loader_win.cc

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(),

Powered by Google App Engine
This is Rietveld 408576698