Index: chrome/browser/ui/zoom/zoom_controller.h |
diff --git a/chrome/browser/ui/zoom/zoom_controller.h b/chrome/browser/ui/zoom/zoom_controller.h |
index db771ee3084c55d718fca57d49765f572a7d05a8..bd32adf50c9d70c4d2ae34301d952eb92132dd20 100644 |
--- a/chrome/browser/ui/zoom/zoom_controller.h |
+++ b/chrome/browser/ui/zoom/zoom_controller.h |
@@ -79,6 +79,9 @@ class ZoomController : public content::WebContentsObserver, |
GetDefaultZoomLevel(); |
} |
+ // Returns default zoom percentage of a tab. |
+ int GetDefaultZoomPercent() const; |
+ |
// Convenience method to quickly check if the tab's at default zoom. |
bool IsAtDefaultZoom() const; |