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

Unified Diff: chrome/app/main_dll_loader_win.cc

Issue 2351533004: Investigate RelaunchChromeBrowserWithNewCommandLineIfNeeded log spam (Closed)
Patch Set: Print the process type instead Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38a858f4453e110450f969faabde535ab575dcd2..cd24badb70e2f0912de9150fb236c445482bfc94 100644
--- a/chrome/app/main_dll_loader_win.cc
+++ b/chrome/app/main_dll_loader_win.cc
@@ -180,7 +180,8 @@ void MainDllLoader::RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
"RelaunchChromeBrowserWithNewCommandLineIfNeeded"));
if (!relaunch_function) {
LOG(ERROR) << "Could not find exported function "
- << "RelaunchChromeBrowserWithNewCommandLineIfNeeded";
+ << "RelaunchChromeBrowserWithNewCommandLineIfNeeded "
+ << "(" << process_type_ << " process)";
} else {
relaunch_function();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698