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

Unified Diff: chrome/browser/chromeos/file_manager/volume_manager.h

Issue 294073007: [fsp] Let extensions decide about the file system id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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
Index: chrome/browser/chromeos/file_manager/volume_manager.h
diff --git a/chrome/browser/chromeos/file_manager/volume_manager.h b/chrome/browser/chromeos/file_manager/volume_manager.h
index 2051ef955f9a04850b5f3d0d9274817397547f5b..87ecee1ccc6b3845d3da497e87b90ef6ebf5ec1b 100644
--- a/chrome/browser/chromeos/file_manager/volume_manager.h
+++ b/chrome/browser/chromeos/file_manager/volume_manager.h
@@ -64,8 +64,9 @@ struct VolumeInfo {
// The ID of the volume.
std::string volume_id;
- // The ID for provided file systems. If other type, then equal to zero.
- int file_system_id;
+ // The ID for provided file systems. If other type, then empty string. Unique
+ // per providing extension.
+ std::string file_system_id;
// The ID of an extension providing the file system. If other type, then equal
// to an empty string.

Powered by Google App Engine
This is Rietveld 408576698