| Index: ash/system/rotation/tray_rotation_lock.h
|
| diff --git a/ash/system/rotation/tray_rotation_lock.h b/ash/system/rotation/tray_rotation_lock.h
|
| index c1b3617fbe69432490634cc8ce48416a51cbbd96..1dbe7a7fc3816eaf294df2e05f39cf675258e9fa 100644
|
| --- a/ash/system/rotation/tray_rotation_lock.h
|
| +++ b/ash/system/rotation/tray_rotation_lock.h
|
| @@ -45,8 +45,10 @@ class ASH_EXPORT TrayRotationLock
|
| private:
|
| friend class TrayRotationLockTest;
|
|
|
| - // True if |on_primary_display_|, maximize mode is enabled, and rotation is
|
| - // locked.
|
| + // Update tray image based on whether user rotation lock is enabled.
|
| + void UpdateTrayImage();
|
| +
|
| + // True if |on_primary_display_|, maximize mode is enabled.
|
| bool ShouldBeVisible();
|
|
|
| // True if this is owned by a SystemTray on the primary display.
|
|
|