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 ced054f54fe49c72991a55e419ea9ad68bfb0538..ecd1a02db39af61247931acbce491c28ad7fd25f 100644 |
--- a/ui/views/bubble/tray_bubble_view.h |
+++ b/ui/views/bubble/tray_bubble_view.h |
@@ -113,6 +113,9 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDelegateView { |
// Sets the maximum bubble height and resizes the bubble. |
void SetMaxHeight(int height); |
+ // Sets the bubble width. |
+ void SetWidth(int width); |
+ |
// Sets whether or not to paint the bubble border arrow. |
void SetPaintArrow(bool paint_arrow); |