| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 0cb0fca13ae3fa0e02220e769aeb116f767e985a..e0ff76ffaa5eab0c2df6037fa4cadcded401c2ee 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -86,6 +86,7 @@ const FilePath::CharType kChromePluginDataDirname[] = FPL("Plugin Data");
|
| 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");
|
|
|