Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: content/public/common/content_constants.cc

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: most unittests pass Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698