OLD | NEW |
1 <script> | 1 <script> |
2 // These have to be sync'd with file_browser_extension_apitest.cc | 2 // These have to be sync'd with extension_file_browser_private_apitest.cc |
3 var expectedVolume1 = { | 3 var expectedVolume1 = { |
4 devicePath: 'device_path1', | 4 devicePath: 'device_path1', |
5 mountPath: 'removable/mount_path1', | 5 mountPath: 'removable/mount_path1', |
6 systemPath: 'system_path1', | 6 systemPath: 'system_path1', |
7 filePath: 'file_path1', | 7 filePath: 'file_path1', |
8 deviceLabel: 'device_label1', | 8 deviceLabel: 'device_label1', |
9 driveLabel: 'drive_label1', | 9 driveLabel: 'drive_label1', |
10 deviceType: 'flash', | 10 deviceType: 'flash', |
11 totalSize: 1073741824, | 11 totalSize: 1073741824, |
12 isParent: false, | 12 isParent: false, |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "", | 116 "", |
117 chrome.test.callbackFail("Device path not found")); | 117 chrome.test.callbackFail("Device path not found")); |
118 } | 118 } |
119 ]); | 119 ]); |
120 </script> | 120 </script> |
121 <html> | 121 <html> |
122 <body> | 122 <body> |
123 FileBrowserMounting tests... | 123 FileBrowserMounting tests... |
124 </body> | 124 </body> |
125 </html> | 125 </html> |
OLD | NEW |