| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 648ee3d8b39e940c9df3300b87b84fa34a0809b3..aefd921e8e8fc097ad0e6f225b93271116f910a4 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -85,6 +85,7 @@ const FilePath::CharType kAppCacheDirname[] = FPL("Application Cache");
|
| const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
|
| const FilePath::CharType kCookieFilename[] = FPL("Cookies");
|
| const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies");
|
| +const FilePath::CharType kIsolatedAppStateDirname[] = FPL("Isolated Apps");
|
| const FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
|
| const FilePath::CharType kHistoryFilename[] = FPL("History");
|
| const FilePath::CharType kLocalStateFilename[] = FPL("Local State");
|
|
|