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

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

Issue 820513002: Renamed WorkerFrame to SurfaceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 6 years 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index ddc11ffb610d4415d22c5b797561cc1f583720b4..a48a6de89ed9b12a860668ce34edbe6d68f2c9d4 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -266,6 +266,12 @@
"dependencies": ["permission:storage"],
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
+ "surfaceWorkerInternal": {
+ "internal": true,
+ "channel": "trunk",
+ "contexts": "all",
+ "matches": ["<all_urls>"]
+ },
"system.cpu": {
"dependencies": ["permission:system.cpu"],
"contexts": ["blessed_extension"]
@@ -380,11 +386,5 @@
"channel": "stable",
"contexts": ["webui"],
"matches": ["chrome://chrome-signin/*", "chrome://oobe/*"]
- }],
- "workerFrameInternal": {
- "internal": true,
- "channel": "trunk",
- "contexts": "all",
- "matches": ["<all_urls>"]
- }
+ }]
}
« no previous file with comments | « extensions/browser/guest_view/worker_frame/worker_frame_guest.cc ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698