Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 0e3887649298e6409a0015d2122e2f71432fd5d8..2ccb730aeee109ae158f0de4734520f62a0bfeff 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -492,10 +492,6 @@ class WebContents : public PageNavigator, |
virtual void SetClosedByUserGesture(bool value) = 0; |
virtual bool GetClosedByUserGesture() const = 0; |
- // Gets the zoom percent for this tab. |
- virtual int GetZoomPercent(bool* enable_increment, |
- bool* enable_decrement) const = 0; |
- |
// Opens view-source tab for this contents. |
virtual void ViewSource() = 0; |