| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index cd9e9ae5475bdc4efc026f597ae7674ea78f7822..c6975a4f74d8d7553b48b484e07c19e161bd7931 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -312,6 +312,12 @@
|
|
|
| void SetMockScreenOrientation(const std::string& orientation);
|
|
|
| + void DidChangeBatteryStatus(bool charging,
|
| + double chargingTime,
|
| + double dischargingTime,
|
| + double level);
|
| + void ResetBatteryStatus();
|
| +
|
| void DidAcquirePointerLock();
|
| void DidNotAcquirePointerLock();
|
| void DidLosePointerLock();
|
|
|