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

Unified Diff: mojo/services/public/interfaces/content_handler/content_handler.mojom

Issue 489493004: Update view manager to support content handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah to the blizzah Created 6 years, 4 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/services/html_viewer/html_viewer.cc ('k') | mojo/services/view_manager/root_node_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/content_handler/content_handler.mojom
diff --git a/mojo/services/public/interfaces/content_handler/content_handler.mojom b/mojo/services/public/interfaces/content_handler/content_handler.mojom
index 6c07580e30a0c81b767fb1b618cddbe4cb586aa5..97d5dc45635b4424543ce755b62942accee4c7ef 100644
--- a/mojo/services/public/interfaces/content_handler/content_handler.mojom
+++ b/mojo/services/public/interfaces/content_handler/content_handler.mojom
@@ -7,10 +7,15 @@ import "mojo/services/public/interfaces/network/url_loader.mojom"
module mojo {
+struct ContentHandlerResponse {
+ URLLoader loader;
+ URLResponse response;
+};
+
interface ContentHandler {
OnConnect(string url,
- URLResponse url_response,
- ServiceProvider service_provider);
+ ContentHandlerResponse response,
+ ServiceProvider&? service_provider);
};
}
« no previous file with comments | « mojo/services/html_viewer/html_viewer.cc ('k') | mojo/services/view_manager/root_node_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698