Index: chrome/common/extensions/api/tabs.json |
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
index 9ad1957bb0a142414e76bb36952f1f78606b051e..2d7999ee60f431a08866b8ad544c56f5727ea39d 100644 |
--- a/chrome/common/extensions/api/tabs.json |
+++ b/chrome/common/extensions/api/tabs.json |
@@ -79,9 +79,8 @@ |
"description": "Defines whether zoom changes will persist for the page's origin, or only take effect in this tab; defaults to <code>per-origin</code> when in <code>automatic</code> mode, and <code>per-tab</code> otherwise.", |
"optional": true |
}, |
- "default_zoom_factor": { |
+ "defaultZoomFactor": { |
"type": "number", |
- "name": "defaultZoomFactor", |
"optional": true, |
"description": "Used to return the default zoom level for the current tab in calls to tabs.getZoomSettings." |
} |