| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| index 26925b672ff14657c27e70c651a01e2a888ff7c4..f62f5488990b56f9f85ac036f047ce7e5f61a7bd 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -111,6 +111,8 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
|
|
| virtual void SetVisibleOnAllWorkspaces(bool always_visible) = 0;
|
|
|
| + virtual void SetInterceptAllKeys(bool want_all_keys) = 0;
|
| +
|
| // Returns true if the title changed.
|
| virtual bool SetWindowTitle(const base::string16& title) = 0;
|
|
|
|
|