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

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

Issue 232773011: Zoom Extension API (work in progress) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Took callbacks, zoom modes, and observer stuff out of content, and reimplemented similar functional… Created 6 years, 8 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/browser/ui/zoom/zoom_observer.h ('k') | chrome/common/extensions/api/tabs.json » ('j') | 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 7e8481a794f67720856cc6d81d2033c192438daf..30f2e1179e2620022e63df2d968aa0292515fcdb 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -712,6 +712,18 @@
"extension_types": ["extension", "legacy_packaged_app"],
"contexts": ["blessed_extension"]
},
+ "tabs.setZoom": {
+ "channel": "dev"
+ },
+ "tabs.getZoom": {
+ "channel": "dev"
+ },
+ "tabs.setZoomSettings": {
+ "channel": "dev"
+ },
+ "tabs.getZoomSettings": {
+ "channel": "dev"
+ },
"terminalPrivate": {
"platforms": ["chromeos"],
"dependencies": ["permission:terminalPrivate"],
« no previous file with comments | « chrome/browser/ui/zoom/zoom_observer.h ('k') | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698