| Index: content/public/common/content_constants.h
|
| diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
|
| index 0df8b8badc9aa2aeb3ceb777e42e329a9ca12641..e6a11244cf57c8939d1c519c30ad44dc0cef2489 100644
|
| --- a/content/public/common/content_constants.h
|
| +++ b/content/public/common/content_constants.h
|
| @@ -18,6 +18,9 @@ namespace content {
|
| // The name of the directory under BrowserContext::GetPath where the AppCache is
|
| // put.
|
| CONTENT_EXPORT extern const FilePath::CharType kAppCacheDirname[];
|
| +// The name of the directory under BrowserContext::GetPath where Pepper plugin
|
| +// data is put.
|
| +CONTENT_EXPORT extern const FilePath::CharType kPepperDataDirname[];
|
|
|
| CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;
|
|
|
|
|