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

Unified Diff: chrome/browser/ui/views/infobars/confirm_infobar.h

Issue 1525163004: First stab at MD text buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 5 years 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/infobars/confirm_infobar.h
diff --git a/chrome/browser/ui/views/infobars/confirm_infobar.h b/chrome/browser/ui/views/infobars/confirm_infobar.h
index 614acd192c69f6f15422f95c5dac5028ed5a6680..c6d347d9be52813fdc26b809e5d5b62b8dafa2ec 100644
--- a/chrome/browser/ui/views/infobars/confirm_infobar.h
+++ b/chrome/browser/ui/views/infobars/confirm_infobar.h
@@ -14,8 +14,8 @@ class ConfirmInfoBarDelegate;
class ElevationIconSetter;
namespace views {
+class Button;
class Label;
-class LabelButton;
}
// An infobar that shows a message, up to two optional buttons, and an optional,
@@ -45,8 +45,8 @@ class ConfirmInfoBar : public InfoBarView,
int NonLabelWidth() const;
views::Label* label_;
- views::LabelButton* ok_button_;
- views::LabelButton* cancel_button_;
+ views::Button* ok_button_;
+ views::Button* cancel_button_;
views::Link* link_;
scoped_ptr<ElevationIconSetter> elevation_icon_setter_;

Powered by Google App Engine
This is Rietveld 408576698