| Index: chrome/browser/dom_ui/options/personal_options_handler.cc
|
| diff --git a/chrome/browser/dom_ui/options/personal_options_handler.cc b/chrome/browser/dom_ui/options/personal_options_handler.cc
|
| index 45f727eaa14e050018becd67ddca6066531a82dd..b489cf2d6cc4534b5403dc2d2be1b154cc051fdb 100644
|
| --- a/chrome/browser/dom_ui/options/personal_options_handler.cc
|
| +++ b/chrome/browser/dom_ui/options/personal_options_handler.cc
|
| @@ -294,7 +294,7 @@ void PersonalOptionsHandler::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();
|
| FundamentalValue enabled(!is_classic_theme);
|
| web_ui_->CallJavascriptFunction(
|
| L"options.PersonalOptions.setThemesResetButtonEnabled", enabled);
|
|
|