Index: content/public/common/content_constants.cc |
diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc |
index 9b0cdc4fe98ecc99a11c4f90c1c3b6b98740f256..b8e205f9dc72926cab2e16cd5e66840bf42c19c6 100644 |
--- a/content/public/common/content_constants.cc |
+++ b/content/public/common/content_constants.cc |
@@ -9,8 +9,6 @@ const FilePath::CharType kAppCacheDirname[] = |
FILE_PATH_LITERAL("Application Cache"); |
const FilePath::CharType kPepperDataDirname[] = |
FILE_PATH_LITERAL("Pepper Data"); |
-const FilePath::CharType kStoragePartitionDirname[] = |
- FILE_PATH_LITERAL("Storage Partitions"); |
const char kBrowserPluginMimeType[] = "application/browser-plugin"; |
// TODO(fsamuel): Remove this once upstreaming of the new browser plugin is |