| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index 411f40dff68bd86a0a1ffc19ba445d8efe79fccd..ebc7afc7762ff4d5ddc30329dd319c65a7df032d 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -133,10 +133,6 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| void OnMouseEnteredView() override;
|
| void OnMouseExitedView() override;
|
| base::string16 GetAccessibleNameForBubble() override;
|
| - void OnBeforeBubbleWidgetInit(
|
| - views::Widget* anchor_widget,
|
| - views::Widget* bubble_widget,
|
| - views::Widget::InitParams* params) const override;
|
| void HideBubble(const views::TrayBubbleView* bubble_view) override;
|
|
|
| ScreenTrayItem* GetScreenShareItem() { return screen_share_tray_item_; }
|
|
|