| 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();
|
|
|