Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 module content.mojom; | |
| 6 | |
| 7 interface PowerMonitorTest { | |
|
blundell
2017/05/16 13:28:42
nit: This could use a comment.
jam
2017/06/06 22:20:28
nit: move this to content/shell/common
leonhsl(Using Gerrit)
2017/06/09 07:05:53
Done.
leonhsl(Using Gerrit)
2017/06/09 07:05:53
Done.
| |
| 8 QueryNextState() => (bool on_battery_power); | |
| 9 }; | |
| OLD | NEW |