 Chromium Code Reviews
 Chromium Code Reviews 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/
    
  
    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/| 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; |