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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 25650002: Fixed a runtime error caused by incomplete manifestTypes in _api_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 4acfde39bb95ef0f00706fa00ab35b950ffa1d1c..d464ce1721457ca51eab1a3e1a587ef5ea447577 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -327,7 +327,8 @@
"manifestTypes": {
"internal": true,
"channel": "stable",
- "contexts": "all"
+ "contexts": "all",
+ "matches": ["<all_urls>"]
not at google - send to devlin 2013/10/02 00:03:59 I updated the bug. This is all just arbitrary anyw
},
"mediaGalleries": {
"dependencies": ["permission:mediaGalleries"],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698