| Index: chrome/browser/ui/gtk/options/content_page_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/options/content_page_gtk.cc b/chrome/browser/ui/gtk/options/content_page_gtk.cc
|
| index e90e6673b20ec5a4d63b27955e8a1b65766e067b..f682b54101324d1b0fc56df2499dca90149132b4 100644
|
| --- a/chrome/browser/ui/gtk/options/content_page_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/options/content_page_gtk.cc
|
| @@ -201,7 +201,7 @@ void ContentPageGtk::ObserveThemeChanged() {
|
| bool is_gtk_theme = false;
|
| #endif
|
|
|
| - bool is_classic_theme = !is_gtk_theme && provider->GetThemeID().empty();
|
| + bool is_classic_theme = !is_gtk_theme && provider->UsingDefaultTheme();
|
| gtk_widget_set_sensitive(themes_reset_button_, !is_classic_theme);
|
| }
|
|
|
|
|