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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2576533003: Converts some services to use aura-mus (Closed)
Patch Set: remove log Created 4 years 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 | « ui/aura/mus/window_port_mus.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 60b35b155d5feec65494bcdc953eabb73b2a8fe7..8df58b608e805f873d15d9af35a4d47d7e804a8e 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -115,7 +115,10 @@ class AURA_EXPORT WindowTreeClient
bool visible,
mojo::TextInputStatePtr state);
- // Embeds a new client in |window|.
+ // Embeds a new client in |window|. |flags| is a bitmask of the values defined
+ // by kEmbedFlag*; 0 gives default behavior. |callback| is called to indicate
+ // whether the embedding succeeded or failed and may be called immediately if
+ // the embedding is known to fail.
void Embed(Window* window,
ui::mojom::WindowTreeClientPtr client,
uint32_t flags,
« no previous file with comments | « ui/aura/mus/window_port_mus.cc ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698