Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 43c36a4d09ec56bbac6a498cd66eb9c96b0b81ff..a2895eff99daf817b060c965b68da3f48ebb2143 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"); |