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

Unified Diff: chrome/test/data/chromeos/app_mode/get_volume_list/src/manifest.json

Issue 1029803004: Add chrome.fileSystem.GetVolumeList(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed chrome_extensions.js. Created 5 years, 8 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
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"]

Powered by Google App Engine
This is Rietveld 408576698