Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: chrome/browser/ui/views/bubble/bubble.h

Issue 7011015: Show "About panel" bubble on Windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/bubble/bubble.h
===================================================================
--- chrome/browser/ui/views/bubble/bubble.h (revision 85003)
+++ 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:

Powered by Google App Engine
This is Rietveld 408576698