| Index: chrome/browser/ui/views/bubble/border_contents.h | 
| =================================================================== | 
| --- chrome/browser/ui/views/bubble/border_contents.h	(revision 108874) | 
| +++ chrome/browser/ui/views/bubble/border_contents.h	(working copy) | 
| @@ -22,6 +22,9 @@ | 
| // Sets the background color. | 
| void SetBackgroundColor(SkColor color); | 
|  | 
| +  // Sets the bubble alignment. | 
| +  void SetAlignment(views::BubbleBorder::BubbleAlignment alignment); | 
| + | 
| // Given the size of the contents and the rect to point at, returns the bounds | 
| // of both the border and the contents inside the bubble. | 
| // |arrow_location| specifies the preferred location for the arrow | 
|  |