summaryrefslogtreecommitdiffstats
path: root/storage/common
diff options
context:
space:
mode:
authortommycli <tommycli@chromium.org>2016-03-18 11:52:29 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 18:53:39 +0000
commita239a382db30c140c83b8eba6a875718183dc77a (patch)
treec456daadb4e35ec170011014411ae60861701afe /storage/common
parent02158c8c190ae32d55ae64074bd8068bd17a0812 (diff)
downloadchromium_src-a239a382db30c140c83b8eba6a875718183dc77a.zip
chromium_src-a239a382db30c140c83b8eba6a875718183dc77a.tar.gz
chromium_src-a239a382db30c140c83b8eba6a875718183dc77a.tar.bz2
Media Galleries Partial Deprecation: Remove iPhoto support.
Axes about 2900 SLOC and iPhoto support. Affects Mac OSX only. BUG=542912 Review URL: https://codereview.chromium.org/1805203002 Cr-Commit-Position: refs/heads/master@{#382034}
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: