| Index: apps/app_window.h
|
| diff --git a/apps/app_window.h b/apps/app_window.h
|
| index 4239d010b8923c1152f0d41c3431f4b59bef7d93..0b32713313b7abd34c71ddef63424bd8f3889aa2 100644
|
| --- a/apps/app_window.h
|
| +++ b/apps/app_window.h
|
| @@ -183,6 +183,9 @@ class AppWindow : public content::NotificationObserver,
|
| // configured to be always on top. Defaults to false.
|
| bool always_on_top;
|
|
|
| + // If true, the window will be visible on all workspaces. Defaults to false.
|
| + bool visible_on_all_workspaces;
|
| +
|
| // The API enables developers to specify content or window bounds. This
|
| // function combines them into a single, constrained window size.
|
| gfx::Rect GetInitialWindowBounds(const gfx::Insets& frame_insets) const;
|
|
|