| Index: content/public/common/content_constants.cc
|
| diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc
|
| index b0e3b58c76b798085e6e52767be9987c11c38438..94536cc385287c2db92dc1b31a7298a1e3d01311 100644
|
| --- a/content/public/common/content_constants.cc
|
| +++ b/content/public/common/content_constants.cc
|
| @@ -7,6 +7,8 @@ namespace content {
|
|
|
| const FilePath::CharType kAppCacheDirname[] =
|
| FILE_PATH_LITERAL("Application Cache");
|
| +const FilePath::CharType kPepperDataDirname[] =
|
| + FILE_PATH_LITERAL("Pepper Data");
|
|
|
| // This number used to be limited to 32 in the past (see b/535234).
|
| const size_t kMaxRendererProcessCount = 82;
|
|
|