Index: chrome/browser/ui/views/bubble/bubble.h |
=================================================================== |
--- chrome/browser/ui/views/bubble/bubble.h (revision 86295) |
+++ chrome/browser/ui/views/bubble/bubble.h (working copy) |
@@ -130,6 +130,10 @@ |
virtual void AnimationEnded(const ui::Animation* animation); |
virtual void AnimationProgressed(const ui::Animation* animation); |
+#ifdef UNIT_TEST |
+ views::View* contents() const { return contents_; } |
+#endif |
+ |
static const SkColor kBackgroundColor; |
protected: |