| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 5344b88589a6bf03a6dc3c56cede9021fd1647ea..c375dd9849208a533abfc5f33d5ee00ffa29ae61 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -177,8 +177,6 @@ const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
|
| const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[] =
|
| FPL("Protected Preferences");
|
| const base::FilePath::CharType kReadmeFilename[] = FPL("README");
|
| -const base::FilePath::CharType kResetPromptMementoFilename[] =
|
| - FPL("Reset Prompt Memento");
|
| const base::FilePath::CharType kSafeBrowsingBaseFilename[] =
|
| FPL("Safe Browsing");
|
| const base::FilePath::CharType kSecurePreferencesFilename[] =
|
|
|