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

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_volume_list/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/extensions/api_test/file_system/get_volume_list/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/request_file_system_read_only/manifest.json b/chrome/test/data/extensions/api_test/file_system/get_volume_list/manifest.json
similarity index 57%
copy from chrome/test/data/extensions/api_test/file_system/request_file_system_read_only/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/get_volume_list/manifest.json
index 26ed02f5eb3f674857e9919959c481644afe84b8..af3d48308839c21637b432a88f880993526d367a 100644
--- a/chrome/test/data/extensions/api_test/file_system/request_file_system_read_only/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/get_volume_list/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "chrome.fileSystem.requestFileSystem read only test",
+ "name": "chrome.fileSystem.getVolumeList test",
"version": "0.1",
- "description": "Test for requesting read only file systems via chrome.fileSystem.requestFileSystem.",
+ "description": "Test for getting a list of available volumes via chrome.fileSystem.getVolumeList.",
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698