Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 79dfd00138a853367fa3c3b45075223515aa8b91..3bdb1a1f71b2a205ed03eebb90fb085b2a1f9215 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -487,6 +487,10 @@ class WebContents : public PageNavigator, |
// removed since we can then embed iframes in different processes. |
virtual bool IsSubframe() const = 0; |
+ // Sets the zoom level for the current page and all BrowserPluginGuests |
+ // within the page. |
+ virtual void SetZoomLevel(double level) = 0; |
+ |
// Finds text on a page. |
virtual void Find(int request_id, |
const base::string16& search_text, |