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

Unified Diff: mojo/public/cpp/application/application_impl.h

Issue 1915343004: Remove ApplicationImpl::ConnectToApplicationDeprecated(). (Closed) Base URL: https://github.com/domokit/mojo.git@work788_fix_connect_to_app_deprecated_3_yaks
Patch Set: Created 4 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 | « no previous file | mojo/public/cpp/application/lib/application_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/application/application_impl.h
diff --git a/mojo/public/cpp/application/application_impl.h b/mojo/public/cpp/application/application_impl.h
index 0271eece67e5b5567df06cdb1fd5b9db4286b87b..e1ffe4ef5741a2435243c0185b636092ee9ccf3e 100644
--- a/mojo/public/cpp/application/application_impl.h
+++ b/mojo/public/cpp/application/application_impl.h
@@ -63,16 +63,6 @@ class ApplicationImpl : public Application {
// passing it to another thread.)
InterfaceHandle<ApplicationConnector> CreateApplicationConnector();
- // DEPRECATED.
- // Requests a new connection to an application. Returns a pointer to the
- // connection if the connection is permitted by this application's delegate,
- // or nullptr otherwise. Caller does not take ownership. The pointer remains
- // valid until an error occurs on the connection with the Shell, or until the
- // ApplicationImpl is destroyed, whichever occurs first.
- // TODO(vtl): Deprecate/remove this.
- ApplicationConnection* ConnectToApplicationDeprecated(
- const String& application_url);
-
// Blocks until the |Application| is initialized (i.e., |Initialize()| is
// received), if it is not already.
void WaitForInitialize();
@@ -97,7 +87,6 @@ class ApplicationImpl : public Application {
using ServiceRegistryList =
std::vector<std::unique_ptr<internal::ServiceRegistry>>;
ServiceRegistryList incoming_service_registries_;
- ServiceRegistryList outgoing_service_registries_;
ApplicationDelegate* delegate_;
Binding<Application> binding_;
ShellPtr shell_;
« no previous file with comments | « no previous file | mojo/public/cpp/application/lib/application_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698