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

Unified Diff: chrome/common/extensions/api/_manifest_features.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/common/extensions/api/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 9a1213dc3ee0fbe1cfa7d8dfe917d77f98c7d036..0fb02c2e11d7610b73a11ed0d6a321d66f75bccb 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -152,12 +152,10 @@
"location": "component"
}
],
- "file_system_provider": [
- {
- "channel": "dev",
- "extension_types": ["extension", "platform_app"]
- }
- ],
+ "file_system_provider_capabilities": {
+ "channel": "dev",
+ "extension_types": ["extension", "platform_app"]
+ },
"homepage_url": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/file_system_provider/file_system_provider_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698