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

Unified Diff: content/browser/child_process_launcher.cc

Issue 2561963002: base: Remove the string logging from CHECK(). (Closed)
Patch Set: checkstring: rebase Created 4 years 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: content/browser/child_process_launcher.cc
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
index 12b2dee98a37175a9194dfa954b43996616ae1e1..519ea0f2363680fe8099232df94d84fd84b6305b 100644
--- a/content/browser/child_process_launcher.cc
+++ b/content/browser/child_process_launcher.cc
@@ -444,8 +444,7 @@ void ChildProcessLauncher::Launch(SandboxedProcessLauncherDelegate* delegate,
#if BUILDFLAG(ENABLE_PLUGINS)
process_type == switches::kPpapiPluginProcess ||
#endif
- process_type == switches::kUtilityProcess)
- << "Unsupported process type: " << process_type;
+ process_type == switches::kUtilityProcess);
// Non-sandboxed utility or renderer process are currently not supported.
DCHECK(process_type == switches::kGpuProcess ||

Powered by Google App Engine
This is Rietveld 408576698