Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index cc4c3254cb80633e2c82726c03aa3078a29c2026..7a8e2427a7ffe8c1bdeb84209c7cc43ae8b62da0 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -516,6 +516,8 @@ public: |
void forceNextWebGLContextCreationToFail() override; |
void forceNextDrawingBufferCreationToFail() override; |
+ void updateBatteryStatusForTesting(bool charging, double chargingTime, double dischargingTime, double level) override; |
+ void resetBatteryStatusForTesting() override; |
IntSize mainFrameSize(); |
WebDisplayMode displayMode() const { return m_displayMode; } |