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

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

Issue 2347773003: Remove pre-MD infobar code (on Views). (Closed)
Patch Set: Created 4 years, 3 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/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 ad447701a6debbeb76a6c484083303195b77cfc3..7853bd92f9ca031b0b5daea8150ddfa8742b4173 100644
--- a/chrome/browser/ui/views/infobars/confirm_infobar.h
+++ b/chrome/browser/ui/views/infobars/confirm_infobar.h
@@ -16,7 +16,7 @@ class ElevationIconSetter;
namespace views {
class Button;
class Label;
-class LabelButton;
+class MdTextButton;
}
// An infobar that shows a message, up to two optional buttons, and an optional,
@@ -46,8 +46,8 @@ class ConfirmInfoBar : public InfoBarView,
int NonLabelWidth() const;
views::Label* label_;
- views::LabelButton* ok_button_;
- views::Button* cancel_button_;
+ views::MdTextButton* ok_button_;
+ views::MdTextButton* cancel_button_;
views::Link* link_;
std::unique_ptr<ElevationIconSetter> elevation_icon_setter_;

Powered by Google App Engine
This is Rietveld 408576698