Index: apps/shell_window.h |
diff --git a/apps/shell_window.h b/apps/shell_window.h |
index 3d42da76a162d54ba1d49bb8fe63edaf5b1bcef0..aee0cc59aba1e49c04f2bed0b42b83f15365004d 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 { |