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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 10 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 | « components/test_runner/test_runner.cc ('k') | content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9aa52902387ac4dd284e21911e0c05675b74be92..738fa8817ef9dbcd3343901a28e4b40d782d5f97 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;
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698