| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index f1752c8b258b7fcf813a4ef0415b53054f1f18dc..0ccf500d2e6aca662eff19f9be0e8963b982d69f 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -84,6 +84,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");
|
|
|