| Index: ash/wm/common/wm_globals.h
|
| diff --git a/ash/wm/common/wm_globals.h b/ash/wm/common/wm_globals.h
|
| index 58f453472de3137145fd8dc29fa2a1207290c595..b58b331f11f90c02d8edcec3ebbb4fcc41c5ba6d 100644
|
| --- a/ash/wm/common/wm_globals.h
|
| +++ b/ash/wm/common/wm_globals.h
|
| @@ -59,6 +59,7 @@ class ASH_WM_COMMON_EXPORT WmGlobals {
|
| // the window size.
|
| virtual bool IsForceMaximizeOnFirstRun() = 0;
|
|
|
| + virtual bool IsUserSessionBlocked() = 0;
|
| virtual bool IsScreenLocked() = 0;
|
|
|
| // See aura::client::CursorClient for details on these.
|
|
|