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

Unified Diff: chromeos/dbus/cros_disks_client.h

Issue 23658009: Replace mountType by volumeType on fileBrowserPrivate APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chromeos/dbus/cros_disks_client.h
diff --git a/chromeos/dbus/cros_disks_client.h b/chromeos/dbus/cros_disks_client.h
index c477da16589624bfe9d1e250e053f7deac209521..b440ac8a0985cf263d1ae38016e7b5dd4e1455f8 100644
--- a/chromeos/dbus/cros_disks_client.h
+++ b/chromeos/dbus/cros_disks_client.h
@@ -33,8 +33,9 @@ enum MountType {
MOUNT_TYPE_INVALID,
MOUNT_TYPE_DEVICE,
MOUNT_TYPE_ARCHIVE,
+ // TODO(hidehiko): Drive is not managed by DiskMountManager nor
+ // CrosDisksClient. Remove this after fileBrowserPrivate API is cleaned.
MOUNT_TYPE_GOOGLE_DRIVE,
- MOUNT_TYPE_NETWORK_STORAGE,
};
// Type of device.

Powered by Google App Engine
This is Rietveld 408576698