| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 8a717b86dd9212e5a6b2539348155a13d8a45511..a99beefc7c85cb0cb17e1938b2dad4308a138690 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -495,9 +495,6 @@ class WebContents : public PageNavigator,
|
| virtual void SetClosedByUserGesture(bool value) = 0;
|
| virtual bool GetClosedByUserGesture() const = 0;
|
|
|
| - // Gets the zoom level for this tab.
|
| - virtual double GetZoomLevel() const = 0;
|
| -
|
| // Gets the zoom percent for this tab.
|
| virtual int GetZoomPercent(bool* enable_increment,
|
| bool* enable_decrement) const = 0;
|
| @@ -565,10 +562,6 @@ 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,
|
|
|