| 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 a78158a1fd02444a9db162d937e540679a9123ea..ba5be6c934f00304478f57c3625a5bb8bd54cfec 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;
|
|
|
|
|