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

Unified Diff: chrome/test/data/extensions/api_test/filebrowser_mount/test.js

Issue 9019002: [CrosDisksClient] Determine device type from DeviceMediaType property sent by cros-disks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: little error in imageburner Created 8 years, 11 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/test/data/extensions/api_test/filebrowser_mount/test.js
diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
index 431fcab9cf0782a48ba57ff158ff6dad9b4fd9b9..faad9088bb4b1c67df28e47c405eb805461748bc 100644
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
+++ b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
@@ -10,7 +10,7 @@ var expectedVolume1 = {
filePath: 'file_path1',
deviceLabel: 'device_label1',
driveLabel: 'drive_label1',
- deviceType: 'flash',
+ deviceType: 'usb',
totalSize: 1073741824,
isParent: false,
isReadOnly: false,
@@ -26,7 +26,7 @@ var expectedVolume2 = {
filePath: 'file_path2',
deviceLabel: 'device_label2',
driveLabel: 'drive_label2',
- deviceType: 'hdd',
+ deviceType: 'mobile',
totalSize: 47723,
isParent: true,
isReadOnly: true,

Powered by Google App Engine
This is Rietveld 408576698