Chromium Code Reviews| Index: content/public/common/content_paths.h |
| diff --git a/content/public/common/content_paths.h b/content/public/common/content_paths.h |
| index 566c5b761a2320721ffc44c35ee12b05199c2623..85339b3c41f223a70898160d75355cae9f72e668 100644 |
| --- a/content/public/common/content_paths.h |
| +++ b/content/public/common/content_paths.h |
| @@ -22,6 +22,9 @@ enum { |
| // Valid only in development environment |
| DIR_TEST_DATA, |
| + // Directory where the Media libraries reside. |
| + DIR_MEDIA_LIBS, |
| + |
| PATH_END |
| }; |