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

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

Issue 192573002: [fsp] Introduce file_system_provider::Service class for the FileSystemProvider API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 6 years, 9 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/extensions/file_system_provider/OWNERS » ('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 fd6758f6eac1f38bf1f978ea01cb6f5a04813999..15c5368b83095fb51cd33a8b990839dc1ea7a511 100644
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
@@ -159,6 +159,9 @@ void VolumeInfoToVolumeMetadata(
volume_metadata->volume_type =
file_browser_private::VOLUME_TYPE_CLOUD_DEVICE;
break;
+ case VOLUME_TYPE_PROVIDED:
+ volume_metadata->volume_type = file_browser_private::VOLUME_TYPE_PROVIDED;
+ break;
case VOLUME_TYPE_TESTING:
volume_metadata->volume_type =
file_browser_private::VOLUME_TYPE_TESTING;
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_system_provider/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698