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

Unified Diff: mojo/shell/child_process_host_unittest.cc

Issue 1107633002: Improve multi-process debugging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: mojo/shell/child_process_host_unittest.cc
diff --git a/mojo/shell/child_process_host_unittest.cc b/mojo/shell/child_process_host_unittest.cc
index 8e8f16d899b9526d8355865c484cb3f1c34e9740..91fe225038ef4f33f0dfb4c3d89a7707ee007b0e 100644
--- a/mojo/shell/child_process_host_unittest.cc
+++ b/mojo/shell/child_process_host_unittest.cc
@@ -20,7 +20,8 @@ namespace {
// Subclass just so we can observe |DidStart()|.
class TestChildProcessHost : public ChildProcessHost {
public:
- explicit TestChildProcessHost(Context* context) : ChildProcessHost(context) {}
+ explicit TestChildProcessHost(Context* context)
+ : ChildProcessHost(context, std::string()) {}
~TestChildProcessHost() override {}
void DidStart(bool success) override {

Powered by Google App Engine
This is Rietveld 408576698