Chromium Code Reviews| Index: public/platform/Platform.h |
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
| index 5682f3b71b830bb9a438f994ec089eb7e61fdb51..031825d486ae7812d2b10394daca51ec2b79dfc9 100644 |
| --- a/public/platform/Platform.h |
| +++ b/public/platform/Platform.h |
| @@ -55,6 +55,7 @@ class GrContext; |
| namespace blink { |
| class WebAudioBus; |
| +class WebBatteryStatusListener; |
| class WebBlobRegistry; |
| class WebContentDecryptionModule; |
| class WebClipboard; |
| @@ -159,6 +160,10 @@ public: |
| // creates and owns it. |
| virtual WebMIDIAccessor* createMIDIAccessor(WebMIDIAccessorClient*) { return 0; } |
| + // Battery ------------------------------------------------------------- |
| + |
| + // Sets the listener for watching battery status updates. |
| + virtual void setBatteryStatusListener(blink::WebBatteryStatusListener*) { } |
|
abarth-chromium
2014/04/23 20:17:38
Two blank lines between sections pls.
|
| // Blob ---------------------------------------------------------------- |