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

Unified Diff: extensions/common/api/_manifest_features.json

Issue 719243002: Move default_locale manifest handler out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: type alias Created 6 years, 1 month 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
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/common/common_manifest_handlers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index a5bc1215b594dae77e9c2048150488fdcc593653..b5809f62fbebc62802eed976245d9bc5c4b79cfb 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -93,6 +93,14 @@
// app.content_security_policy whitelist).
"extension_types": ["extension", "legacy_packaged_app"]
},
+ "current_locale": {
+ "channel": "stable",
+ "extension_types": "all"
+ },
+ "default_locale": {
+ "channel": "stable",
+ "extension_types": "all"
+ },
"description": {
"channel": "stable",
"extension_types": "all"
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/common/common_manifest_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698