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

Unified Diff: chromeos/dbus/cros_disks_client.h

Issue 11414152: Drive: Rename GData to Drive in extension JS API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Change 'gdata' to 'drive' of mount type. Created 8 years, 1 month 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 4f08a25fc4531359b2534bc34280fd44de043d28..85ff367b2f6006359ed397f0bd1d102f58fb7799 100644
--- a/chromeos/dbus/cros_disks_client.h
+++ b/chromeos/dbus/cros_disks_client.h
@@ -29,7 +29,7 @@ enum MountType {
MOUNT_TYPE_INVALID,
MOUNT_TYPE_DEVICE,
MOUNT_TYPE_ARCHIVE,
- MOUNT_TYPE_GDATA,
+ MOUNT_TYPE_DRIVE,
satorux1 2012/11/26 05:50:40 In this context, MOUNT_TYPE_GOOGLE_DRIVE would be
yoshiki 2012/11/26 06:07:22 Done.
MOUNT_TYPE_NETWORK_STORAGE,
};

Powered by Google App Engine
This is Rietveld 408576698