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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json

Issue 1137813003: Rename "file_system_provider" to "file_system_provider_capabilities". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated tests. Created 5 years, 7 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_provider/mount/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
index 28e150f60ad1ffa8a0afdabb401a33ef3c6b4016..2ef53bd286571b06e10e83403ad37f646daa057d 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
@@ -6,7 +6,7 @@
"manifest_version": 2,
"description": "Test for chrome.fileSystemProvider.mount().",
"permissions": ["fileSystemProvider", "fileManagerPrivate"],
- "file_system_provider": {
+ "file_system_provider_capabilities": {
"configurable": false,
"multiple_mounts": true,
"source": "network"

Powered by Google App Engine
This is Rietveld 408576698