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..e96226176d650f2457bce747989b82c933197342 100644 |
--- a/extensions/common/api/system_cpu.idl |
+++ b/extensions/common/api/system_cpu.idl |
@@ -44,6 +44,12 @@ 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. |
+ // |
+ // <b>Currently supported on Chrome OS only.</b> |
+ double[] temperatures; |
}; |
callback CpuInfoCallback = void (CpuInfo info); |