| Index: ui/views/bubble/tray_bubble_view.h | 
| diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h | 
| index 353473a52336d4f346f14bf8fa2adebd661f864d..2cb12d1c5202db3ade8112601f480d783939e9b6 100644 | 
| --- a/ui/views/bubble/tray_bubble_view.h | 
| +++ b/ui/views/bubble/tray_bubble_view.h | 
| @@ -100,7 +100,7 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView { | 
| SkColor arrow_color; | 
| views::BubbleBorder::ArrowLocation arrow_location; | 
| int arrow_offset; | 
| -    bool hide_arrow;  // hides arrow, but may still use "arrow geometry" | 
| +    views::BubbleBorder::ArrowPaintType arrow_paint_type; | 
| views::BubbleBorder::Shadow shadow; | 
| views::BubbleBorder::BubbleAlignment arrow_alignment; | 
| }; | 
| @@ -127,7 +127,7 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView { | 
| void SetWidth(int width); | 
|  | 
| // Sets whether or not to paint the bubble border arrow. | 
| -  void SetPaintArrow(bool paint_arrow); | 
| +  void SetArrowPaintType(views::BubbleBorder::ArrowPaintType arrow_paint_type); | 
|  | 
| // Returns the border insets. Called by TrayEventFilter. | 
| gfx::Insets GetBorderInsets() const; | 
|  |