| Index: chrome/browser/ui/extensions/extension_install_ui_default.h
|
| diff --git a/chrome/browser/ui/extensions/extension_install_ui_default.h b/chrome/browser/ui/extensions/extension_install_ui_default.h
|
| index 60bfc0f018841493900fc41199b176d5cb3191de..3c5166289b6baf84389c4b579d71ec7e6778ba7d 100644
|
| --- a/chrome/browser/ui/extensions/extension_install_ui_default.h
|
| +++ b/chrome/browser/ui/extensions/extension_install_ui_default.h
|
| @@ -26,7 +26,7 @@ class ExtensionInstallUIDefault : public ExtensionInstallUI {
|
| private:
|
| // Used to undo theme installation.
|
| std::string previous_theme_id_;
|
| - bool previous_using_native_theme_;
|
| + bool previous_using_system_theme_;
|
|
|
| // Whether to show an installed bubble on app install, or use the default
|
| // action of opening a new tab page.
|
|
|