| Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| index 8ac7e60ae3fb232d2529bf32215486c00d44688d..623b95a4f5764aac7e83232b6245594d60be3ac8 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| @@ -23,6 +23,7 @@ class BubbleDecoration : public LocationBarDecoration {
|
|
|
| // Setup the drawing parameters.
|
| NSImage* GetImage();
|
| + virtual NSColor* GetBackgroundBorderColor() = 0;
|
| void SetImage(NSImage* image);
|
| void SetLabel(NSString* label);
|
| void SetTextColor(NSColor* text_color);
|
|
|