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

Unified Diff: mojo/runner/child_process_host_unittest.cc

Issue 1344933002: Clean up some unused methods from ApplicationManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 | « mojo/runner/child_process_host.cc ('k') | mojo/runner/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/child_process_host_unittest.cc
diff --git a/mojo/runner/child_process_host_unittest.cc b/mojo/runner/child_process_host_unittest.cc
index 89898bdf2c4d00a2c38d5ebd9e872309a3d31be1..6bad5697e2ab0a75fb6e6c5ea11ce5d93469fffb 100644
--- a/mojo/runner/child_process_host_unittest.cc
+++ b/mojo/runner/child_process_host_unittest.cc
@@ -22,7 +22,7 @@ namespace {
class TestChildProcessHost : public ChildProcessHost {
public:
explicit TestChildProcessHost(Context* context)
- : ChildProcessHost(context, false, base::FilePath(), false) {}
+ : ChildProcessHost(context, false, base::FilePath()) {}
~TestChildProcessHost() override {}
void DidStart(bool success) override {
« no previous file with comments | « mojo/runner/child_process_host.cc ('k') | mojo/runner/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698