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

Unified Diff: mojo/shell/package_manager/content_handler_connection.h

Issue 1675153002: ApplicationImpl->ShellConnection, mojom::Application->mojom::ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ci2
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
Index: mojo/shell/package_manager/content_handler_connection.h
diff --git a/mojo/shell/package_manager/content_handler_connection.h b/mojo/shell/package_manager/content_handler_connection.h
index c1c455116a12b8faccd6392302f8fb28836bc6b0..11d3b70aa5f995db832d5a5280b31117bf76c415 100644
--- a/mojo/shell/package_manager/content_handler_connection.h
+++ b/mojo/shell/package_manager/content_handler_connection.h
@@ -35,7 +35,7 @@ class ContentHandlerConnection {
uint32_t id,
const ClosedCallback& connection_closed_callback);
- void StartApplication(InterfaceRequest<mojom::Application> request,
+ void StartApplication(InterfaceRequest<mojom::ShellClient> request,
URLResponsePtr response);
// Closes the connection and destroys |this| object.

Powered by Google App Engine
This is Rietveld 408576698