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

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

Issue 9419033: Move creation of BrowserContext objects that live in content to content, instead of depending on th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
===================================================================
--- content/public/common/content_constants.cc (revision 122416)
+++ content/public/common/content_constants.cc (working copy)
@@ -3,9 +3,11 @@
// found in the LICENSE file.
#include "content/public/common/content_constants.h"
-
namespace content {
Avi (use Gerrit) 2012/02/17 16:25:09 blank line before
jam 2012/02/17 16:29:25 Done.
+const FilePath::CharType kAppCacheDirname[] =
+ FILE_PATH_LITERAL("Application Cache");
+
// This number used to be limited to 32 in the past (see b/535234).
const size_t kMaxRendererProcessCount = 82;
const int kMaxSessionHistoryEntries = 50;

Powered by Google App Engine
This is Rietveld 408576698