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

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

Issue 13584010: views: Migrate the cases of "new .*NativeTextButton(" to LabelButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: back out the changes to one_click_signin_bubble_view.* Created 7 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.h
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.h b/chrome/browser/ui/views/critical_notification_bubble_view.h
index 2b6b4d13de944b601935188f28770d86d55c7a42..a701ce7e55d9bbe94f8335764cc6d1b2638ce229 100644
--- a/chrome/browser/ui/views/critical_notification_bubble_view.h
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.h
@@ -15,7 +15,7 @@ class Accelerator;
namespace views {
class Label;
-class NativeTextButton;
+class LabelButton;
}
class CriticalNotificationBubbleView : public views::BubbleDelegateView,
@@ -55,8 +55,8 @@ class CriticalNotificationBubbleView : public views::BubbleDelegateView,
// The headline and buttons on the bubble.
views::Label* headline_;
- views::NativeTextButton* restart_button_;
- views::NativeTextButton* dismiss_button_;
+ views::LabelButton* restart_button_;
+ views::LabelButton* dismiss_button_;
// A timer to refresh the bubble to show new countdown value.
base::RepeatingTimer<CriticalNotificationBubbleView> refresh_timer_;

Powered by Google App Engine
This is Rietveld 408576698