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

Unified Diff: mojo/shell/public/cpp/connection.h

Issue 1706063002: Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@factory
Patch Set: . Created 4 years, 10 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/shell/package_test_package.cc ('k') | mojo/shell/public/cpp/lib/connection_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/connection.h
diff --git a/mojo/shell/public/cpp/connection.h b/mojo/shell/public/cpp/connection.h
index a2f6b772be90e7a022e6c38d32d036bbb8fba9ed..e05243fcb1a3a1b64dd21fe9a1f65796c3ec622b 100644
--- a/mojo/shell/public/cpp/connection.h
+++ b/mojo/shell/public/cpp/connection.h
@@ -95,14 +95,6 @@ class Connection {
// been established.
virtual bool GetRemoteApplicationID(uint32_t* remote_id) const = 0;
- // Returns the id of the deepest shell client factory used in connecting to
- // the application. See GetRemoteApplicationID() for details about the return
- // value. A |shell_client_factory_id| value of Shell::kInvalidApplicationID
- // indicates no shell client factory was used in connecting to the
- // application.
- virtual bool GetRemoteShellClientFactoryID(
- uint32_t* shell_client_factory_id) const = 0;
-
// See description in GetRemoteApplicationID()/
// GetRemoteShellClientFactoryID(). If the ids are available, |callback| is
// run immediately.
« no previous file with comments | « mojo/shell/package_test_package.cc ('k') | mojo/shell/public/cpp/lib/connection_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698