| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index cc4c055f27e1f8470c87d14a495f0e2781ff9344..064f08ae7bfd5d310f2af14c23db58f0c37af782 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -95,6 +95,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.
|
|
|