diff options
author | engedy@chromium.org <engedy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-04 19:03:39 +0000 |
---|---|---|
committer | engedy@chromium.org <engedy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-04 19:03:39 +0000 |
commit | 93ea39da5423d641ecbc5687764f6b12972e302a (patch) | |
tree | 248d8049a16ecc4199b6b21aecae4b6ac841e48b /chrome/common/pref_names.h | |
parent | 2fc33d3a952dafc0cc6b0df538187a9f4b5af7ed (diff) | |
download | chromium_src-93ea39da5423d641ecbc5687764f6b12972e302a.zip chromium_src-93ea39da5423d641ecbc5687764f6b12972e302a.tar.gz chromium_src-93ea39da5423d641ecbc5687764f6b12972e302a.tar.bz2 |
Eliminate all code related to the AutomaticProfileResetter.
The component has been unused for a long time, is getting stale, and requires maintenance from time to time.
BUG=370966
Review URL: https://codereview.chromium.org/271673006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 68b9a6f..a7f29635 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -381,7 +381,6 @@ extern const char kFullscreenAllowed[]; extern const char kLocalDiscoveryNotificationsEnabled[]; extern const char kPreferenceResetTime[]; -extern const char kProfileResetPromptMemento[]; extern const char kGCMChannelEnabled[]; extern const char kPushMessagingRegistrationCount[]; |