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

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: android webview init fix merged in. 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
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_constants.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index 012b00fd35c08fb961fa60764022f6e839ca588d..a5de2b735a1b48bb0c81ce9a6e31bfd0d673b3d7 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[];
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698