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

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

Issue 10162017: Re-reland Propagate OnNativeWidgetMove to delegate/observers, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 8 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/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 5ae0cd27134e4b0c1601e31ea7ef889ac31b6579..7328df0288054544d222b1e6048693b76f9b94ff 100644
--- a/chrome/browser/ui/views/critical_notification_bubble_view.cc
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.cc
@@ -57,6 +57,7 @@ CriticalNotificationBubbleView::CriticalNotificationBubbleView(
restart_button_(NULL),
dismiss_button_(NULL) {
set_close_on_deactivate(false);
+ set_move_with_anchor(true);
}
CriticalNotificationBubbleView::~CriticalNotificationBubbleView() {
« no previous file with comments | « chrome/browser/ui/tests/browser_uitest.cc ('k') | chrome/browser/ui/views/extensions/bundle_installed_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698