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

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: review comments 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
« no previous file with comments | « mojo/shell/child_process_host.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..87981302a18d677af2dc399b1701d21743d7648a 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, "test") {}
~TestChildProcessHost() override {}
void DidStart(bool success) override {
« no previous file with comments | « mojo/shell/child_process_host.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698