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

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

Issue 1127283003: Make some file_system_provider_capabilities fields optional. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up. 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/remove_watcher/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/remove_watcher/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/remove_watcher/manifest.json
index 66d7cd758f9bf705a33d8220367faae6d2f2bc64..e2aab8fd89937ce16e2274721421e4ffe6ff7d31 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/remove_watcher/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/remove_watcher/manifest.json
@@ -14,8 +14,6 @@
"fileManagerPrivate"
],
"file_system_provider_capabilities": {
- "configurable": true,
- "multiple_mounts": true,
"source": "device"
},
"app": {

Powered by Google App Engine
This is Rietveld 408576698