| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index d7650f856a618c2ce7c76a8fc43f86abfb7a2f83..07550247be5bab706177ff14139cb71545fd44cc 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -199,8 +199,6 @@ public:
|
| InternalRuntimeFlags* runtimeFlags() const;
|
| unsigned workerThreadCount() const;
|
|
|
| - void setBatteryStatus(Document*, const String& eventType, bool charging, double chargingTime, double dischargingTime, double level, ExceptionCode&);
|
| -
|
| void setDeviceProximity(Document*, const String& eventType, double value, double min, double max, ExceptionCode&);
|
|
|
| enum {
|
|
|