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

Unified Diff: chrome/browser/ui/views/outdated_upgrade_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/outdated_upgrade_bubble_view.h
diff --git a/chrome/browser/ui/views/outdated_upgrade_bubble_view.h b/chrome/browser/ui/views/outdated_upgrade_bubble_view.h
index 8ed3249016d89de947c4f8147065647abc65167f..7a66a6941230495449e9d3b0372747d2a0bcb247 100644
--- a/chrome/browser/ui/views/outdated_upgrade_bubble_view.h
+++ b/chrome/browser/ui/views/outdated_upgrade_bubble_view.h
@@ -9,7 +9,7 @@
#include "ui/views/controls/button/button.h"
namespace views {
-class TextButton;
+class LabelButton;
}
namespace content {
@@ -64,10 +64,10 @@ class OutdatedUpgradeBubbleView : public views::BubbleDelegateView,
bool chose_to_reinstall_;
// Button that takes the user to the Chrome download page.
- views::TextButton* reinstall_button_;
+ views::LabelButton* reinstall_button_;
// Button for the user to be reminded later about the outdated upgrade.
- views::TextButton* later_button_;
+ views::LabelButton* later_button_;
// The PageNavigator to use for opening the Download Chrome URL.
content::PageNavigator* navigator_;
« no previous file with comments | « chrome/browser/ui/views/open_pdf_in_reader_bubble_view.cc ('k') | chrome/browser/ui/views/outdated_upgrade_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698