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 f9d3f30e4ae2e57a6fa193f6a36fb6a71c3efb68..7b10ca038336cdb6f983eea4ab3856478c1cb016 100644 |
| --- a/ui/views/bubble/bubble_frame_view.h |
| +++ b/ui/views/bubble/bubble_frame_view.h |
| @@ -92,6 +92,7 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView, |
| private: |
| FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView); |
| FRIEND_TEST_ALL_PREFIXES(BubbleDelegateTest, CloseReasons); |
| + FRIEND_TEST_ALL_PREFIXES(BubbleDialogDelegateTest, CloseReasons); |
|
msw
2016/03/17 17:28:26
Can you expose more functions in the Test* subclas
Evan Stade
2016/03/17 22:41:34
this is just for access to close_, and there's no
|
| // Mirrors the bubble's arrow location on the |vertical| or horizontal axis, |
| // if the generated window bounds don't fit in the monitor bounds. |