| Index: ash/system/web_notification/web_notification_tray.h
 | 
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
 | 
| index 7b61d27d5b54067e087e39c59853d39d153afc24..504460d6198cf04dccf8900d9c0535b166deb3f9 100644
 | 
| --- a/ash/system/web_notification/web_notification_tray.h
 | 
| +++ b/ash/system/web_notification/web_notification_tray.h
 | 
| @@ -97,6 +97,10 @@ class ASH_EXPORT WebNotificationTray
 | 
|    gfx::Rect GetAnchorRect(views::Widget* anchor_widget,
 | 
|                            AnchorType anchor_type,
 | 
|                            AnchorAlignment anchor_alignment) const 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;
 | 
|  
 | 
|    // Overridden from ButtonListener.
 | 
| 
 |