summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_constants.cc
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 03:15:15 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 03:15:15 +0000
commit3307537b692a3fcb6467dfefe19379b8399514b5 (patch)
tree5e8fdb32d633eea9f8d4921d44d5a86929b42475 /chrome/common/chrome_constants.cc
parentd0f172792d727f8f3016357ceb070969bdd96299 (diff)
downloadchromium_src-3307537b692a3fcb6467dfefe19379b8399514b5.zip
chromium_src-3307537b692a3fcb6467dfefe19379b8399514b5.tar.gz
chromium_src-3307537b692a3fcb6467dfefe19379b8399514b5.tar.bz2
Change the underlying directory for Isolated Apps to be the same as Storage Partitions.
This is staging for moving URLRequestContext into StoragePartition. BUG=85121 Review URL: https://chromiumcodereview.appspot.com/10896013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r--chrome/common/chrome_constants.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
index da78180..0435e55 100644
--- a/chrome/common/chrome_constants.cc
+++ b/chrome/common/chrome_constants.cc
@@ -139,7 +139,6 @@ const FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
const FilePath::CharType kHistoryBookmarksFileName[] =
FPL("Bookmarks From History");
const FilePath::CharType kHistoryFilename[] = FPL("History");
-const FilePath::CharType kIsolatedAppStateDirname[] = FPL("Isolated Apps");
const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
const FilePath::CharType kLocalStateFilename[] = FPL("Local State");
const FilePath::CharType kLoginDataFileName[] = FPL("Login Data");