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

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

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile gdi. Created 7 years, 4 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.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index c6d3dd5b7997969f7d66b376c884d3f3ad0758f4..515daba70cdf2070794f9c32532fa9140e28b3aa 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -21,6 +21,8 @@ CONTENT_EXPORT extern const base::FilePath::CharType kAppCacheDirname[];
// data is put.
CONTENT_EXPORT extern const base::FilePath::CharType kPepperDataDirname[];
+CONTENT_EXPORT extern const base::FilePath::CharType kCookieFilename[];
+
// The MIME type used for the browser plugin.
CONTENT_EXPORT extern const char kBrowserPluginMimeType[];

Powered by Google App Engine
This is Rietveld 408576698