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

Unified Diff: mojo/shell/out_of_process_dynamic_service_runner.cc

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
« no previous file with comments | « mojo/shell/out_of_process_dynamic_service_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/out_of_process_dynamic_service_runner.cc
diff --git a/mojo/shell/out_of_process_dynamic_service_runner.cc b/mojo/shell/out_of_process_dynamic_service_runner.cc
index c1243a3f2a9baf0f146eae48d122a139ffd818e5..cec762cdefde5e311f618f1da906c3b0f030c442 100644
--- a/mojo/shell/out_of_process_dynamic_service_runner.cc
+++ b/mojo/shell/out_of_process_dynamic_service_runner.cc
@@ -34,9 +34,6 @@ void OutOfProcessDynamicServiceRunner::Start(
const base::Closure& app_completed_callback) {
app_path_ = app_path;
- DCHECK(!service_handle_.is_valid());
qsr 2014/12/03 14:23:05 The private field is never used, outside of this m
- service_handle_ = service_handle.Pass();
-
DCHECK(app_completed_callback_.is_null());
app_completed_callback_ = app_completed_callback;
« no previous file with comments | « mojo/shell/out_of_process_dynamic_service_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698