| Index: chrome/common/chrome_constants.cc | 
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc | 
| index 97bb58e2ba0022a9ef79cadfdba75d190d9311d0..33748fa0f872c4cb72f5bbd1dabc41256ac38ade 100644 | 
| --- a/chrome/common/chrome_constants.cc | 
| +++ b/chrome/common/chrome_constants.cc | 
| @@ -86,6 +86,10 @@ 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"); | 
| +// TODO(creis): Decide on the correct location for isolated app cookies and | 
| +// other storage. | 
| +const FilePath::CharType kAppStorageDirname[] = FPL("App Storage"); | 
| +const FilePath::CharType kAppCookiesFileExtension[] = FPL(".cookies"); | 
| const FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); | 
| const FilePath::CharType kHistoryFilename[] = FPL("History"); | 
| const FilePath::CharType kLocalStateFilename[] = FPL("Local State"); | 
|  |