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

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

Issue 1077823005: Declare providing extension capabilities in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed 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/configure/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/configure/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/configure/manifest.json
index e9bc556e38f84e0398de5338689fdd9325d78caa..cb4d9abde927b84abdbcaccfdc91e4f1143230c2 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/configure/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/configure/manifest.json
@@ -13,6 +13,11 @@
},
"fileManagerPrivate"
],
+ "file_system_provider": {
+ "configurable": true,
+ "multiple_mounts": false,
+ "source": "device"
+ },
"app": {
"background": {
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698