Index: chrome/common/extensions/docs/examples/api/tabs/zoom/popup.js |
diff --git a/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.js b/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.js |
index d96bc74eff11af9bdf735262d510db85f725a784..c680d5d6ce1d478aa4abcfbb300b795cddfc6545 100644 |
--- a/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.js |
+++ b/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.js |
@@ -51,7 +51,7 @@ document.addEventListener('DOMContentLoaded', function() { |
} |
var percentDefaultZoom = |
- parseFloat(zoomSettings.default_zoom_factor) * 100; |
+ parseFloat(zoomSettings.defaultZoomFactor) * 100; |
document.getElementById('defaultLabel').textContent = |
'Default: ' + percentDefaultZoom.toFixed(1) + '%'; |
}); |