Index: chrome/common/chrome_constants.cc |
=================================================================== |
--- chrome/common/chrome_constants.cc (revision 94628) |
+++ chrome/common/chrome_constants.cc (working copy) |
@@ -128,6 +128,8 @@ |
const FilePath::CharType kCookieFilename[] = FPL("Cookies"); |
const FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs"); |
const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies"); |
+const FilePath::CharType kExtensionsOBCertFilename[] = |
+ FPL("Extension Origin Bound Certs"); |
const FilePath::CharType kIsolatedAppStateDirname[] = FPL("Isolated Apps"); |
const FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); |
const FilePath::CharType kHistoryFilename[] = FPL("History"); |