Chromium Code Reviews| Index: ui/views/bubble/bubble_frame_view.h |
| diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h |
| index 6f92883c13b51247507b4d984196bac827e19c86..62d9b8636f88e4b2c7bd1b667c545b9d6e1871ac 100644 |
| --- a/ui/views/bubble/bubble_frame_view.h |
| +++ b/ui/views/bubble/bubble_frame_view.h |
| @@ -16,6 +16,8 @@ namespace gfx { |
| class FontList; |
| } |
| +FORWARD_DECLARE_TEST(TranslateBubbleViewTest, CloseButtonIn2016Q2UI); |
|
msw
2016/05/03 22:33:35
Instead of adding a friend test, add a GetCloseBut
ftang
2016/05/03 23:55:42
Done.
|
| + |
| namespace views { |
| class Label; |
| @@ -96,6 +98,7 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView, |
| FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView); |
| FRIEND_TEST_ALL_PREFIXES(BubbleDelegateTest, CloseReasons); |
| FRIEND_TEST_ALL_PREFIXES(BubbleDialogDelegateTest, CloseMethods); |
| + FRIEND_TEST_ALL_PREFIXES(::TranslateBubbleViewTest, CloseButtonIn2016Q2UI); |
| // Mirrors the bubble's arrow location on the |vertical| or horizontal axis, |
| // if the generated window bounds don't fit in the monitor bounds. |