| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 07933f47c0b8dd9be4189c8169e8f7aa043ba3a1..a5d6cd072dacc6f7a27545460e51dc03bbab1aeb 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -26,6 +26,8 @@ extern const FilePath::CharType kExtensionFileExtension[];
|
| // filenames
|
| extern const wchar_t kArchivedHistoryFilename[];
|
| extern const FilePath::CharType kCacheDirname[];
|
| +extern const FilePath::CharType kMediaCacheDirname[];
|
| +extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
|
| extern const wchar_t kChromePluginDataDirname[];
|
| extern const FilePath::CharType kCookieFilename[];
|
| extern const FilePath::CharType kHistoryFilename[];
|
|
|