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

Unified Diff: Source/core/testing/Internals.idl

Issue 16298005: Remove Battery Status API support code from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « Source/core/testing/Internals.cpp ('k') | Source/modules/battery/BatteryClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index ee82a7e7c37a44570ce3903ef190946a5619997c..36f493b1450e4f75c47613ecf6305e4f1665d43b 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -189,10 +189,6 @@
void insertAuthorCSS(Document document, DOMString css);
void insertUserCSS(Document document, DOMString css);
-#if defined(ENABLE_BATTERY_STATUS) && ENABLE_BATTERY_STATUS
- [RaisesException] void setBatteryStatus(Document document, DOMString eventType, boolean charging, double chargingTime, double dischargingTime, double level);
-#endif
-
unsigned long numberOfLiveNodes();
unsigned long numberOfLiveDocuments();
sequence<DOMString> consoleMessageArgumentCounts(Document document);
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/modules/battery/BatteryClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698