| Index: chrome/common/extensions/api/experimental_system_info_cpu.idl
|
| diff --git a/chrome/common/extensions/api/experimental_system_info_cpu.idl b/chrome/common/extensions/api/experimental_system_info_cpu.idl
|
| index cc01114db9282dfc4be9e3fa75183b355fa3c2f9..5e2308b3c0ce558b8bd6ac46bc68eb7ed6d0a7d5 100644
|
| --- a/chrome/common/extensions/api/experimental_system_info_cpu.idl
|
| +++ b/chrome/common/extensions/api/experimental_system_info_cpu.idl
|
| @@ -28,4 +28,10 @@ namespace experimental.systemInfo.cpu {
|
| // Get CPU information.
|
| static void get(CpuInfoCallback callback);
|
| };
|
| +
|
| + interface Events {
|
| + // Fired periodically to report CPU history usage information. The default
|
| + // period interval is 1 seconds.
|
| + static void onUpdated(CpuUpdateInfo info);
|
| + };
|
| };
|
|
|