Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: chrome/browser/chromeos/extensions/file_manager/private_api_util.cc

Issue 1062853004: Remove unused constants and functions from Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_manager/volume_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_util.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
index a220fe889ae00c1891a445372bb38789936b9d10..c4e419551fd909ceaacd4ea52d8400a1aa37577b 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
@@ -207,10 +207,6 @@ void VolumeToVolumeMetadata(
case VOLUME_TYPE_MOUNTED_ARCHIVE_FILE:
volume_metadata->volume_type = file_manager_private::VOLUME_TYPE_ARCHIVE;
break;
- case VOLUME_TYPE_CLOUD_DEVICE:
- volume_metadata->volume_type =
- file_manager_private::VOLUME_TYPE_CLOUD_DEVICE;
- break;
case VOLUME_TYPE_PROVIDED:
volume_metadata->volume_type = file_manager_private::VOLUME_TYPE_PROVIDED;
break;
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_manager/volume_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698