| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 42c4232821d8767ce899fc8aefb6189955e05728..aedc724058714c6c78a18be1d48b97c2a85a1d6e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1340,6 +1340,18 @@ const char kProfileMetrics[] = "user_experience_metrics.profiles";
|
| // kProfileMetrics.kProfilePrefix<hashed-profile-id>.
|
| const char kProfilePrefix[] = "profile-";
|
|
|
| +// Reset Profile Data dialog preferences
|
| +const char kResetDefaultSearchEngine[] =
|
| + "browser.reset_profile_settings.default_search_engine";
|
| +const char kResetHomepage[] = "browser.reset_profile_settings.homepage";
|
| +const char kResetContentSettings[] =
|
| + "browser.reset_profile_settings.content_settings";
|
| +const char kResetCookiesAndSiteData[] =
|
| + "browser.reset_profile_settings.cookies_and_site_data";
|
| +const char kResetExtensions[] = "browser.reset_profile_settings.extensions";
|
| +const char kResetExtensionsHandling[] =
|
| + "browser.reset_profile_settings.extensions_handling";
|
| +
|
| // True if the previous run of the program exited cleanly.
|
| const char kStabilityExitedCleanly[] =
|
| "user_experience_metrics.stability.exited_cleanly";
|
|
|