Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1507)

Unified Diff: chrome/browser/guest_view/web_view/web_view_guest.h

Issue 303423002: Browser Plugin: Remove Zoom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/guest_view/web_view/web_view_guest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guest_view/web_view/web_view_guest.h
diff --git a/chrome/browser/guest_view/web_view/web_view_guest.h b/chrome/browser/guest_view/web_view/web_view_guest.h
index a22ba01afa9446fd3a74bad3c031ffcf1abe63ee..68fa3079eed11ac8a95253f7fb3016e182ebbc2f 100644
--- a/chrome/browser/guest_view/web_view/web_view_guest.h
+++ b/chrome/browser/guest_view/web_view/web_view_guest.h
@@ -63,6 +63,9 @@ class WebViewGuest : public GuestView<WebViewGuest>,
// Sets the frame name of the guest.
void SetName(const std::string& name);
+ // Set the zoom factor.
+ void SetZoom(double zoom_factor);
+
// GuestViewBase implementation.
virtual void Attach(content::WebContents* embedder_web_contents,
const base::DictionaryValue& args) OVERRIDE;
@@ -139,9 +142,6 @@ class WebViewGuest : public GuestView<WebViewGuest>,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // Set the zoom factor.
- virtual void SetZoom(double zoom_factor) OVERRIDE;
-
// Returns the current zoom factor.
double GetZoom();
« no previous file with comments | « no previous file | chrome/browser/guest_view/web_view/web_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698