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

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

Issue 331563003: Launching + Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
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 e782798b5db310a75e6e2753c7069e1f61647c61..303fb0303b10dc103ffe9aa31eb4ace6c70130fe 100644
--- a/mojo/services/public/interfaces/view_manager/view_manager.mojom
+++ b/mojo/services/public/interfaces/view_manager/view_manager.mojom
@@ -106,6 +106,9 @@ interface IViewManager {
handle<shared_buffer> buffer,
uint32 buffer_size) => (bool success);
+ // Sets focus to the specified node.
+ SetFocus(uint32 node_id) => (bool success);
+
// Embeds the app at |url| in the specified nodes. More specifically this
// creates a new connection to the specified url, expecting to get an
// IViewManagerClient and configures it with the root nodes |nodes|. Fails
« no previous file with comments | « mojo/services/public/interfaces/launcher/launcher.mojom ('k') | mojo/services/view_manager/view_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698