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

Unified Diff: mojo/public/cpp/application/lib/service_connector.h

Issue 327523004: Introduce very beginning of navigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/public/cpp/application/lib/service_connector.h
diff --git a/mojo/public/cpp/application/lib/service_connector.h b/mojo/public/cpp/application/lib/service_connector.h
index 914b2a924e85614cb08c9eacf93f269c889a1b14..b52140b03b82e9d7c0e628ffe2fb14feb6de8024 100644
--- a/mojo/public/cpp/application/lib/service_connector.h
+++ b/mojo/public/cpp/application/lib/service_connector.h
@@ -123,8 +123,6 @@ class ServiceConnector : public internal::ServiceConnectorBase {
if (*it == impl) {
delete impl;
connections_.erase(it);
- if (connections_.empty())
- owner_->RemoveServiceConnector(this);
DaveMoore 2014/06/10 21:38:11 Please leave a TODO about maybe killing the app at
Aaron Boodman 2014/06/10 21:43:19 Why would we want to kill it? Doesn't this just me
return;
}
}

Powered by Google App Engine
This is Rietveld 408576698