| Index: chrome/test/data/chromeos/app_mode/get_volume_list/src/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/request_file_system_user_reject/manifest.json b/chrome/test/data/chromeos/app_mode/get_volume_list/src/manifest.json
|
| similarity index 51%
|
| copy from chrome/test/data/extensions/api_test/file_system/request_file_system_user_reject/manifest.json
|
| copy to chrome/test/data/chromeos/app_mode/get_volume_list/src/manifest.json
|
| index e80b3a7303b98a4ed146619692ef8b16b69e9b2d..18879f8fbec430901825feb0b734c96bcfa95000 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/request_file_system_user_reject/manifest.json
|
| +++ b/chrome/test/data/chromeos/app_mode/get_volume_list/src/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| - "name": "chrome.fileSystem.requestFileSystem user consent rejection test",
|
| + "name": "chrome.fileSystem.getVolumeList test for kiosk apps in the kiosk session",
|
| "version": "0.1",
|
| - "description": "Test for requesting a file system via chrome.fileSystem.requestFileSystem with a rejection user consent.",
|
| + "description": "Tests available volumes to kiosk apps running in the kiosk session. Especially Drive must not be exposed.",
|
| "app": {
|
| "background": {
|
| "scripts": ["background.js"]
|
|
|