diff options
Diffstat (limited to 'components/ui')
-rw-r--r-- | components/ui/zoom/zoom_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/ui/zoom/zoom_controller.h b/components/ui/zoom/zoom_controller.h index ff78b86..0ea9f6b 100644 --- a/components/ui/zoom/zoom_controller.h +++ b/components/ui/zoom/zoom_controller.h @@ -57,8 +57,8 @@ class ZoomController : public content::WebContentsObserver, // These zoom changes can be handled manually by listening for the // |onZoomChange| event. Zooming in this mode is also on a per-tab basis. ZOOM_MODE_MANUAL, - // Disables all zooming in this tab. The tab will revert to default (100%) - // zoom, and all attempted zoom changes will be ignored. + // Disables all zooming in this tab. The tab will revert to the default + // zoom level, and all attempted zoom changes will be ignored. ZOOM_MODE_DISABLED, }; |