| 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.
|
|
|