| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index d5d67e4eb9c6dcc89e7f6889b743224314884410..87f6db970864a0bcd92878692e4f9c88a1d67854 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -18,7 +18,6 @@
|
| #define WEBTESTRUNNER_NEW_HISTORY_CAPTURE
|
|
|
| namespace blink {
|
| -class WebBatteryStatus;
|
| class WebDeviceMotionData;
|
| class WebDeviceOrientationData;
|
| class WebFrame;
|
| @@ -82,10 +81,6 @@ class WebTestDelegate {
|
| // Reset the screen orientation data used for testing.
|
| virtual void ResetScreenOrientation() = 0;
|
|
|
| - // Notifies blink about a change in battery status.
|
| - virtual void DidChangeBatteryStatus(
|
| - const blink::WebBatteryStatus& status) = 0;
|
| -
|
| // Add a message to the text dump for the layout test.
|
| virtual void PrintMessage(const std::string& message) = 0;
|
|
|
|
|