| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 5385bdb974add5212b6885e8d05c93027ba0e837..c825b79c8501e32ae599df274bb23bfd894811ae 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -103,6 +103,10 @@ const char kImportantSitesDialogHistory[] = "important_sites_dialog";
|
| // compared to this value and if different will result in a profile reset
|
| // prompt. See triggered_profile_resetter.h for more information.
|
| const char kLastProfileResetTimestamp[] = "profile.last_reset_timestamp";
|
| +
|
| +// A boolean indicating if settings should be reset for this profile once a
|
| +// run of the Chrome Cleanup Tool has completed.
|
| +const char kChromeCleanerResetPending[] = "chrome_cleaner.reset_pending";
|
| #endif
|
|
|
| // The URL to open the new tab page to. Only set by Group Policy.
|
|
|