| Index: chrome/common/chrome_constants.cc
|
| ===================================================================
|
| --- chrome/common/chrome_constants.cc (revision 122416)
|
| +++ chrome/common/chrome_constants.cc (working copy)
|
| @@ -129,7 +129,6 @@
|
| const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
|
| const FilePath::CharType kOffTheRecordMediaCacheDirname[] =
|
| FPL("Incognito Media Cache");
|
| -const FilePath::CharType kAppCacheDirname[] = FPL("Application Cache");
|
| const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
|
| const FilePath::CharType kCookieFilename[] = FPL("Cookies");
|
| const FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
|
|
|