| Index: chrome/common/chrome_constants.cc
|
| ===================================================================
|
| --- chrome/common/chrome_constants.cc (revision 177317)
|
| +++ chrome/common/chrome_constants.cc (working copy)
|
| @@ -158,6 +158,8 @@
|
| FPL("Certificate Revocation Lists");
|
| const FilePath::CharType kCustomDictionaryFileName[] =
|
| FPL("Custom Dictionary.txt");
|
| +const FilePath::CharType kExtensionActivityLogFilename[] =
|
| + FPL("Extension Activity");
|
| const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies");
|
| const FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
|
| const FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
|
|
|