Chromium Code Reviews| Index: ash/system/tray/tray_background_view.h |
| diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h |
| index 2aecdd54226aa3485359d5586036a244e9b12515..1904670d53f206eca88d5fc526dd8e1a090e718c 100644 |
| --- a/ash/system/tray/tray_background_view.h |
| +++ b/ash/system/tray/tray_background_view.h |
| @@ -152,6 +152,8 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView, |
| // Updates the arrow visibility based on the launcher visibility. |
| void UpdateBubbleViewArrow(views::TrayBubbleView* bubble_view); |
| + virtual void GetHitRegionInsets(gfx::Insets& insets); |
|
bruthig
2016/06/03 20:18:17
Google style guide says: "All parameters passed by
|
| + |
| private: |
| class TrayWidgetObserver; |