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

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

Issue 8368016: Rebase BookmarkBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Anchor by View instead of Point, tweak select_on_focus, add TextfieldTest. Created 9 years, 1 month 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/critical_notification_bubble_view.h
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.h b/chrome/browser/ui/views/critical_notification_bubble_view.h
index 79c982664fac2b8f8eb90b83a1a6677e9ec57563..0e886a8b84c95b2c272634b6ddd71c74a0d0150a 100644
--- a/chrome/browser/ui/views/critical_notification_bubble_view.h
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.h
@@ -18,7 +18,7 @@ class NativeTextButton;
class CriticalNotificationBubbleView : public views::BubbleDelegateView,
public views::ButtonListener {
public:
- explicit CriticalNotificationBubbleView(const gfx::Point& anchor_point);
+ explicit CriticalNotificationBubbleView(views::View* anchor_view);
virtual ~CriticalNotificationBubbleView();
// views::ButtonListener overrides:

Powered by Google App Engine
This is Rietveld 408576698