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

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

Issue 1820023002: Implementation of chrome://cast page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 45ef8e5192cbdff53c49e175a7f02c7939900515..ac12ff91e81e8251b1e72fccb7fa2857afa0edf4 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -188,7 +188,10 @@
"internal": true,
"channel": "stable",
"contexts": ["webui"],
- "matches": ["chrome://media-router/*"]
+ "matches": [
+ "chrome://cast/*",
+ "chrome://media-router/*"
+ ]
}
],
"events": {
@@ -208,6 +211,7 @@
"channel": "trunk",
"contexts": ["webui"],
"matches": [
+ "chrome://cast/*",
"chrome://extensions-frame/*",
"chrome://extensions/*",
"chrome://chrome-signin/*",
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698