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

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: cleanup 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
« mojo/examples/browser/browser.cc ('K') | « mojo/mojo_examples.gypi ('k') | no next file » | 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 ad6b0464f48a3a02c4a2f627c8077f88ce2fde56..1664dca3254fc060f6e0f7a65354c494fd9e6fde 100644
--- a/mojo/services/navigation/navigation.mojom
+++ b/mojo/services/navigation/navigation.mojom
@@ -14,6 +14,11 @@ struct NavigationDetails {
// TODO(aa): method, data, etc.
};
+// 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.
interface Navigator {
« mojo/examples/browser/browser.cc ('K') | « mojo/mojo_examples.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698