| Index: apps/shell_window.h
|
| diff --git a/apps/shell_window.h b/apps/shell_window.h
|
| index f93182a3846252d577b574ca4d0c0ee9e60cdec5..a3acfd5e39e39f609d2c4ef00e87a0ae1594650d 100644
|
| --- a/apps/shell_window.h
|
| +++ b/apps/shell_window.h
|
| @@ -123,6 +123,10 @@ class ShellWindow : public content::NotificationObserver,
|
|
|
| // If true, the window will be focused on creation. Defaults to true.
|
| bool focused;
|
| +
|
| + // If true, the window will stay on top of other windows that are not
|
| + // configured to be always on top. Defaults to false.
|
| + bool always_on_top;
|
| };
|
|
|
| class Delegate {
|
|
|