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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.h

Issue 2375543003: Add SetProminent() to MdTextButton to create blue buttons. (Closed)
Patch Set: Fix nits. 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/libgtk2ui/gtk2_ui.h
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
index e98ddfee39e3fbe1b6915ed649e393e5c93f1719..526a85d2502b0fa2964aa3a533da92344d02ed2d 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
@@ -151,8 +151,8 @@ class Gtk2UI : public views::LinuxUI {
// entry.
void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const;
- // Gets a color for the background of the call to action button.
- SkColor CallToActionBgColor(int gtk_state) const;
+ // Gets a color for the background of the prominent button.
+ SkColor GetProminentButtonBgColor(int gtk_state) const;
// Updates |default_font_*|.
void UpdateDefaultFont();
« no previous file with comments | « ash/common/system/chromeos/session/logout_button_tray.cc ('k') | chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698