Index: chrome/test/data/extensions/api_test/file_system/get_volume_list_not_kiosk_session/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/file_system/get_volume_list_not_kiosk_session/manifest.json b/chrome/test/data/extensions/api_test/file_system/get_volume_list_not_kiosk_session/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3a3705371ef534d9b25f668ced3f32f80a211d3a |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/file_system/get_volume_list_not_kiosk_session/manifest.json |
@@ -0,0 +1,15 @@ |
+{ |
+ "name": "chrome.fileSystem.getVolumeList not in kiosk session test", |
+ "version": "0.1", |
+ "description": "Test for getting a list of available volumes via chrome.fileSystem.getVolumeList when not running in the kiosk session.", |
+ "app": { |
+ "background": { |
+ "scripts": ["background.js"] |
+ } |
+ }, |
+ "permissions": [ |
+ { |
+ "fileSystem": ["requestFileSystem"] |
+ } |
+ ] |
+} |