Index: content/public/common/content_constants.cc |
diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc |
index 5c73ecd45a4e64c3748a53380ec99e34fe2fa627..f01d5165d91f88ab630e7212e8ba0358f6d1f381 100644 |
--- a/content/public/common/content_constants.cc |
+++ b/content/public/common/content_constants.cc |
@@ -10,6 +10,9 @@ const base::FilePath::CharType kAppCacheDirname[] = |
const base::FilePath::CharType kPepperDataDirname[] = |
FILE_PATH_LITERAL("Pepper Data"); |
+const base::FilePath::CharType kCookieFilename[] = |
+ FILE_PATH_LITERAL("Cookies"); |
+ |
const char kBrowserPluginMimeType[] = "application/browser-plugin"; |
// This number used to be limited to 32 in the past (see b/535234). |