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

Unified Diff: shell/application_manager/application_manager.h

Issue 868463008: Remove Client relationship between mojo.Shell/mojo.Application (Closed) Base URL: git@github.com:domokit/mojo.git@app_impl_init
Patch Set: fix android Created 5 years, 11 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: shell/application_manager/application_manager.h
diff --git a/shell/application_manager/application_manager.h b/shell/application_manager/application_manager.h
index 8e8858f90a39250044cfecbe5c9a4420f24c42c0..34ef6b8d17261732d750a22baf36b64efdd8d6f4 100644
--- a/shell/application_manager/application_manager.h
+++ b/shell/application_manager/application_manager.h
@@ -72,7 +72,7 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationManager {
void RegisterExternalApplication(const GURL& application_url,
const std::vector<std::string>& args,
- ScopedMessagePipeHandle shell_handle);
+ ApplicationPtr application);
// Sets the default Loader to be used if not overridden by SetLoaderForURL()
// or SetLoaderForScheme().
@@ -126,7 +126,7 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationManager {
ServiceProviderPtr exposed_services);
void LoadWithContentHandler(const GURL& content_handler_url,
- ScopedMessagePipeHandle shell_handle,
+ InterfaceRequest<Application> application_request,
URLResponsePtr url_response);
// Return the appropriate loader for |url|. This can return NULL if there is

Powered by Google App Engine
This is Rietveld 408576698