Index: chrome/common/extensions/api/tabs.json |
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
index 1fa58876609589350838e9746f49e5b2cb798ef5..f187633f27275ca31d338ae9af7d07730fb73049 100644 |
--- a/chrome/common/extensions/api/tabs.json |
+++ b/chrome/common/extensions/api/tabs.json |
@@ -68,6 +68,12 @@ |
"description": "Zoom changes only take effect in this tab, and zoom changes in other tabs will not affect the zooming of this tab. Also, <code>per-tab</code> zoom changes are reset on navigation; navigating a tab will always load pages with their <code>per-origin</code> zoom factors." |
} |
] |
+ }, |
+ "default_zoom_factor": { |
+ "type": "number", |
+ "name": "defaultZoomFactor", |
+ "optional": true, |
+ "description": "Used to return the default zoom level for the current tab in calls to tabs.getZoomSettings." |
} |
} |
} |