| Index: chrome/browser/ui/cocoa/info_bubble_view.h
|
| diff --git a/chrome/browser/ui/cocoa/info_bubble_view.h b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| index fcdca2eb03f2ad2aec977b60ff7c8df558bdd813..3c6826b0ea2ae8b80deef0d85c83f190d56e4095 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_view.h
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| @@ -18,6 +18,7 @@ const CGFloat kBubbleArrowXOffset = kBubbleArrowWidth + kBubbleCornerRadius;
|
| enum BubbleArrowLocation {
|
| kTopLeft,
|
| kTopRight,
|
| + kNoArrow,
|
| };
|
|
|
| } // namespace info_bubble
|
|
|