| 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 9136f26665e5569ec60ae068b05e2366c62ac970..f12a2318fc7d45962f1ab024603603dfd80e015a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -113,6 +113,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
| virtual bool IsAlwaysOnTop() const = 0;
|
|
|
| virtual void SetVisibleOnAllWorkspaces(bool always_visible) = 0;
|
| + virtual bool IsVisibleOnAllWorkspaces() const = 0;
|
|
|
| // Returns true if the title changed.
|
| virtual bool SetWindowTitle(const base::string16& title) = 0;
|
|
|