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

Unified Diff: public/webview/WebViewClient.h

Issue 16298005: Remove Battery Status API support code from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « public/webview/WebView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/webview/WebView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698