| Index: content/public/browser/web_contents.h
 | 
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
 | 
| index 66ac644692f73d6a29cdb56c8ca5d7f23f9f57ad..96d5b60e1cabb23814201fd0e5ffd04b8fc7bfae 100644
 | 
| --- a/content/public/browser/web_contents.h
 | 
| +++ b/content/public/browser/web_contents.h
 | 
| @@ -488,10 +488,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;
 | 
|  
 | 
| 
 |