| Index: chrome/browser/profile_resetter/resettable_settings_snapshot.h
|
| diff --git a/chrome/browser/profile_resetter/resettable_settings_snapshot.h b/chrome/browser/profile_resetter/resettable_settings_snapshot.h
|
| index 55e1c8eec1611ad7815b0752fa3c54d9f3078ec7..84aa6e2918e6ac8fda9f7444f8ae0a366ded1a47 100644
|
| --- a/chrome/browser/profile_resetter/resettable_settings_snapshot.h
|
| +++ b/chrome/browser/profile_resetter/resettable_settings_snapshot.h
|
| @@ -49,6 +49,8 @@ class ResettableSettingsSnapshot {
|
|
|
| bool homepage_is_ntp() const { return homepage_is_ntp_; }
|
|
|
| + bool show_home_button() const { return show_home_button_; }
|
| +
|
| const std::string& dse_url() const { return dse_url_; }
|
|
|
| const ExtensionList& enabled_extensions() const {
|
| @@ -89,6 +91,7 @@ class ResettableSettingsSnapshot {
|
|
|
| std::string homepage_;
|
| bool homepage_is_ntp_;
|
| + bool show_home_button_;
|
|
|
| // Default search engine.
|
| std::string dse_url_;
|
|
|