| 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..1d5ab2879c6d63bde3e5978e12cd724fad9412c8 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_view.h
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -18,6 +18,7 @@ const CGFloat kBubbleArrowXOffset = kBubbleArrowWidth + kBubbleCornerRadius;
|
| enum BubbleArrowLocation {
|
| kTopLeft,
|
| kTopRight,
|
| + kNoArrow,
|
| };
|
|
|
| } // namespace info_bubble
|
|
|