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

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

Issue 8368016: Rebase BookmarkBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only SelectAll on the title textfield when the buble is first shown. 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.cc
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.cc b/chrome/browser/ui/views/critical_notification_bubble_view.cc
index 63f00c2529e7e77d7941cb15a1aaed76689c54d4..ca95103e82e98db6cdf4ec0e8c33ce31b0bca80a 100644
--- a/chrome/browser/ui/views/critical_notification_bubble_view.cc
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.cc
@@ -47,8 +47,8 @@ const int kRefreshBubbleEvery = 1000; // Millisecond.
// CriticalNotificationBubbleView
CriticalNotificationBubbleView::CriticalNotificationBubbleView(
- const gfx::Point& anchor_point)
- : BubbleDelegateView(anchor_point,
+ views::View* anchor_view)
+ : BubbleDelegateView(anchor_view,
views::BubbleBorder::TOP_RIGHT,
SK_ColorWHITE) {
set_close_on_deactivate(false);
« no previous file with comments | « chrome/browser/ui/views/critical_notification_bubble_view.h ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698