| Index: public/webview/WebViewClient.h
 | 
| diff --git a/public/webview/WebViewClient.h b/public/webview/WebViewClient.h
 | 
| index 69ef39264eae286151cb9e544b688af12b250e4a..70a39e7b77ff117263a4a21e8bd1c44eae61fcf2 100644
 | 
| --- a/public/webview/WebViewClient.h
 | 
| +++ b/public/webview/WebViewClient.h
 | 
| @@ -49,7 +49,6 @@
 | 
|  namespace WebKit {
 | 
|  
 | 
|  class WebAccessibilityObject;
 | 
| -class WebBatteryStatusClient;
 | 
|  class WebColorChooser;
 | 
|  class WebColorChooserClient;
 | 
|  class WebCompositorOutputSurface;
 | 
| @@ -342,11 +341,6 @@ public:
 | 
|      // Access the embedder API for device orientation services.
 | 
|      virtual WebDeviceOrientationClient* deviceOrientationClient() { return 0; }
 | 
|  
 | 
| -    // Battery Status ------------------------------------------------------
 | 
| -
 | 
| -    // Access the embedder API for battery status services.
 | 
| -    virtual WebBatteryStatusClient* batteryStatusClient() { return 0; }
 | 
| -
 | 
|      // Zoom ----------------------------------------------------------------
 | 
|  
 | 
|      // Informs the browser that the zoom levels for this frame have changed from
 | 
| 
 |