| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 43d68644b1cd553532834276bd9d11f9dbc8b720..6f86571a00a0f06533ba8aa546da0583397d438c 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -177,6 +177,8 @@ const base::FilePath::CharType kNewTabThumbnailsFilename[] =
|
| const base::FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
|
| const base::FilePath::CharType kPreferencesFilename[] = FPL("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 kServiceStateFileName[] = FPL("Service State");
|
|
|