| Index: apps/native_app_window.h
|
| diff --git a/apps/native_app_window.h b/apps/native_app_window.h
|
| index b0a6b17584e46cd11349d4928156e39a6047a734..f61c62ac9ed3e224bc09d9b4960e1cc529acb44b 100644
|
| --- a/apps/native_app_window.h
|
| +++ b/apps/native_app_window.h
|
| @@ -53,6 +53,10 @@ class NativeAppWindow : public ui::BaseWindow,
|
| virtual void ShowWithApp() = 0;
|
| virtual void HideWithApp() = 0;
|
|
|
| + // If |always_on_top| is true, the window will stay on top of windows that do
|
| + // not have this flag enabled.
|
| + virtual void SetAlwaysOnTop(bool always_on_top) = 0;
|
| +
|
| virtual ~NativeAppWindow() {}
|
| };
|
|
|
|
|