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

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: . 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
« no previous file with comments | « chrome/common/extensions/api/fileBrowserPrivate.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f72404fe99155d82df6d7f8859a4bcc5e122f9f1 100644
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
+++ b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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,
« no previous file with comments | « chrome/common/extensions/api/fileBrowserPrivate.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698