| Index: ash/system/status_area_widget.h
|
| diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
|
| index 83a2b2372817bed7779f34f796265687982d33ed..ce4eeb0fe8ad9edfff85fd35eb3d95ec420306a4 100644
|
| --- a/ash/system/status_area_widget.h
|
| +++ b/ash/system/status_area_widget.h
|
| @@ -39,9 +39,6 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
|
| // Update the alignment of the widget and tray views.
|
| void SetShelfAlignment(ShelfAlignment alignment);
|
|
|
| - // Set the visibility of system notifications.
|
| - void SetHideSystemNotifications(bool hide);
|
| -
|
| // Called by the client when the login status changes. Caches login_status
|
| // and calls UpdateAfterLoginStatusChange for the system tray and the web
|
| // notification tray.
|
|
|