| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index 7b1681d173389870ec884ad5990c5a62da4a9f47..afe6100f5659b64ebc526b67cba23fd69ce2888c 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -94,8 +94,8 @@ class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
|
| // Temporarily hides/unhides the notification bubble.
|
| void SetHideNotifications(bool hidden);
|
|
|
| - // Returns true if the launcher should be forced visible when auto-hidden.
|
| - bool ShouldShowLauncher() const;
|
| + // Returns true if the shelf should be forced visible when auto-hidden.
|
| + bool ShouldShowShelf() const;
|
|
|
| // Returns true if there is a system bubble (already visible or in the process
|
| // of being created).
|
|
|