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

Unified Diff: mojo/shell/out_of_process_dynamic_service_runner.h

Issue 779633002: Small fix in out_of_process_dynamic_service_runner.cc (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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: mojo/shell/out_of_process_dynamic_service_runner.h
diff --git a/mojo/shell/out_of_process_dynamic_service_runner.h b/mojo/shell/out_of_process_dynamic_service_runner.h
index 94fcd105459476925499ccdbb869bf3d8426dc24..18e335f38451c524140e3641ee63210f136b498e 100644
--- a/mojo/shell/out_of_process_dynamic_service_runner.h
+++ b/mojo/shell/out_of_process_dynamic_service_runner.h
@@ -36,7 +36,6 @@ class OutOfProcessDynamicServiceRunner
Context* const context_;
base::FilePath app_path_;
- ScopedMessagePipeHandle service_handle_;
base::Closure app_completed_callback_;
scoped_ptr<AppChildProcessHost> app_child_process_host_;

Powered by Google App Engine
This is Rietveld 408576698