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

Unified Diff: mojo/services/navigation/navigation.mojom

Issue 342003006: Turn 'browser' app into a 'launcher_ui' app that window_manager embeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ben comments Created 6 years, 6 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/launcher/launcher.cc ('k') | mojo/services/public/interfaces/launcher/launcher.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/navigation/navigation.mojom
diff --git a/mojo/services/navigation/navigation.mojom b/mojo/services/navigation/navigation.mojom
index 34c82a6b31945c3e8f1683d57bb8ed277e13dcb7..82fa3de6dd34e07735efc895254b1cb0e4510ba3 100644
--- a/mojo/services/navigation/navigation.mojom
+++ b/mojo/services/navigation/navigation.mojom
@@ -18,6 +18,11 @@ struct ResponseDetails {
handle<data_pipe_consumer> response_body_stream;
};
+// Embedders that support navigation of implement this interface.
+interface NavigatorHost {
+ RequestNavigate(uint32 source_node_id, NavigationDetails details);
+};
+
// Applications implement this interface to support navigation of their views
// by embedders.
// |response_details| can be NULL when a navigation was not the result of a
« no previous file with comments | « mojo/services/launcher/launcher.cc ('k') | mojo/services/public/interfaces/launcher/launcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698