Chromium Code Reviews| Index: extensions/common/api/system_cpu.idl |
| diff --git a/extensions/common/api/system_cpu.idl b/extensions/common/api/system_cpu.idl |
| index bb3ac857f0db1a30dbfed6f0f328674e7d99fa51..13e72de7365691710f61feceab1c73fe4a4dccb6 100644 |
| --- a/extensions/common/api/system_cpu.idl |
| +++ b/extensions/common/api/system_cpu.idl |
| @@ -44,6 +44,10 @@ namespace system.cpu { |
| // Information about each logical processor. |
| ProcessorInfo[] processors; |
| + |
| + // List of CPU temperature readings from each thermal zone of the CPU. |
| + // Temperatures are in degrees Celsius. |
|
Devlin
2017/04/26 02:04:59
Mention this is CrOS only.
Simon Que
2017/04/26 02:27:21
Done.
|
| + double[] temperatures; |
| }; |
| callback CpuInfoCallback = void (CpuInfo info); |