| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index aa70b374f7e07282157fda3b4095cce7bdf39a6b..3be6160454a78d8d3950a706070691b984744350 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -79,6 +79,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| virtual bool IsMinimized() const OVERRIDE;
|
| virtual bool HasCapture() const OVERRIDE;
|
| virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE;
|
| + virtual void SetInterceptAllKeys(bool want_all_keys) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| virtual void SetVisibleOnAllWorkspaces(bool always_visible) OVERRIDE;
|
| virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
|
|