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

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

Issue 1777813002: MD - use new style of text button in infobars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uac button cleanup Created 4 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/confirm_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0813acff362fadb5173ada13ddb2da00400bc8e3..0415488077597f6b265656b080af55cafcefc14a 100644
--- a/chrome/browser/ui/views/infobars/confirm_infobar.h
+++ b/chrome/browser/ui/views/infobars/confirm_infobar.h
@@ -16,6 +16,7 @@ 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,7 +46,7 @@ class ConfirmInfoBar : public InfoBarView,
int NonLabelWidth() const;
views::Label* label_;
- views::Button* ok_button_;
+ views::LabelButton* ok_button_;
views::Button* cancel_button_;
views::Link* link_;
scoped_ptr<ElevationIconSetter> elevation_icon_setter_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/confirm_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698