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

Side by Side Diff: chrome/test/data/extensions/api_test/filebrowser_mount/test.html

Issue 8649007: Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« build/common.gypi ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script> 1 <script>
2 // These have to be sync'd with extension_file_browser_private_apitest.cc 2 // These have to be sync'd with file_browser_extension_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
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>
OLDNEW
« build/common.gypi ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698