summaryrefslogtreecommitdiffstats
path: root/storage/common
diff options
context:
space:
mode:
Diffstat (limited to 'storage/common')
-rw-r--r--storage/common/fileapi/file_system_types.h3
-rw-r--r--storage/common/fileapi/file_system_util.cc2
2 files changed, 0 insertions, 5 deletions
diff --git a/storage/common/fileapi/file_system_types.h b/storage/common/fileapi/file_system_types.h
index 645b759..3f4f942 100644
--- a/storage/common/fileapi/file_system_types.h
+++ b/storage/common/fileapi/file_system_types.h
@@ -81,9 +81,6 @@ enum FileSystemType {
// Indicates a synthetic iTunes filesystem.
kFileSystemTypeItunes,
- // Indicates a synthetic iPhoto filesystem.
- kFileSystemTypeIphoto,
-
// Indicates a Drive filesystem which provides access to Google Drive.
kFileSystemTypeDrive,
diff --git a/storage/common/fileapi/file_system_util.cc b/storage/common/fileapi/file_system_util.cc
index 3d9384b..3bb9b14 100644
--- a/storage/common/fileapi/file_system_util.cc
+++ b/storage/common/fileapi/file_system_util.cc
@@ -304,8 +304,6 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return "Picasa";
case kFileSystemTypeItunes:
return "Itunes";
- case kFileSystemTypeIphoto:
- return "Iphoto";
case kFileSystemTypeDrive:
return "Drive";
case kFileSystemTypeSyncable: