| Index: ash/common/system/tray/system_tray.h
|
| diff --git a/ash/common/system/tray/system_tray.h b/ash/common/system/tray/system_tray.h
|
| index 0091dca92254adceca21a6679e56ad9f0788790a..9ed13bc046cf6b55a0a2b63e261a8026f87e6d52 100644
|
| --- a/ash/common/system/tray/system_tray.h
|
| +++ b/ash/common/system/tray/system_tray.h
|
| @@ -130,11 +130,6 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| // Returns TrayAudio object if present or null otherwise.
|
| TrayAudio* GetTrayAudio() const;
|
|
|
| - // Accessors for testing.
|
| -
|
| - // Returns true if the bubble exists.
|
| - bool CloseNotificationBubbleForTest() const;
|
| -
|
| // Overridden from TrayBackgroundView.
|
| void SetShelfAlignment(ShelfAlignment alignment) override;
|
| void AnchorUpdated() override;
|
|
|