Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2170)

Unified Diff: chrome/browser/profile_resetter/resettable_settings_snapshot.h

Issue 465393002: Add show_home_button value to reset feedback reports (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698