Index: trunk/src/chrome/common/chrome_constants.cc |
=================================================================== |
--- trunk/src/chrome/common/chrome_constants.cc (revision 219785) |
+++ trunk/src/chrome/common/chrome_constants.cc (working copy) |
@@ -153,6 +153,7 @@ |
FPL("Archived History"); |
const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks"); |
const base::FilePath::CharType kCacheDirname[] = FPL("Cache"); |
+const base::FilePath::CharType kCookieFilename[] = FPL("Cookies"); |
const base::FilePath::CharType kCRLSetFilename[] = |
FPL("Certificate Revocation Lists"); |
const base::FilePath::CharType kCustomDictionaryFileName[] = |