Chromium Code Reviews| Index: ui/views/mus/mus_client.h |
| diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h |
| index b0664a6614149af1e9bd1c27d5891da6896cc9e3..e9258518cae7044bb2573b4de5264019b513ea0d 100644 |
| --- a/ui/views/mus/mus_client.h |
| +++ b/ui/views/mus/mus_client.h |
| @@ -62,6 +62,11 @@ class VIEWS_MUS_EXPORT MusClient |
| static MusClient* Get() { return instance_; } |
| + // Returns true if a DesktopNativeWidgetAura should be created given the |
| + // specified params. |
|
msw
2016/11/11 00:29:24
nit: "Otherwise, the appropriate type to use is Na
sky
2016/11/11 01:09:13
That's right. Updated.
|
| + static bool ShouldCreateDesktopNativeWidgetAura( |
| + const Widget::InitParams& init_params); |
| + |
| service_manager::Connector* connector() { return connector_; } |
| aura::WindowTreeClient* window_tree_client() { |