| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 523acc7ab85a5a23562504bb66917941b0162c45..1b0b5cc285bf6bd81d576b3f4f936db78bebb83b 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -167,6 +167,8 @@ 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[] =
|
|
|