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

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

Issue 405163002: Add EmbedRoot to ViewManagerService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | « no previous file | mojo/services/view_manager/view_manager_init_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/view_manager/view_manager.mojom
diff --git a/mojo/services/public/interfaces/view_manager/view_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager.mojom
index 5edd9cee24893febf080314fce57ad195253be96..d7b4cdb1cde5379b17c5dd7e25e78f0a7d2f5ff9 100644
--- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
+++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
@@ -137,6 +137,11 @@ interface ViewManagerService {
// This advances the server change id.
Embed(string url, uint32 node_id) => (bool success);
+ // Requests the view manager embed the app for |url| "somewhere". The View
+ // Manager delegates determination of what "somewhere" is to the app embedded
+ // at the service root node (i.e. the window manager).
+ EmbedRoot(string url) => (bool success);
sky 2014/07/21 19:26:53 Using 'root' here implies this gets the root, whic
+
// TODO(sky): move these to a separate interface when FIFO works.
// Sends OnViewInputEvent() to the owner of the specified view.
« no previous file with comments | « no previous file | mojo/services/view_manager/view_manager_init_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698