Index: chrome/common/extensions/api/system_info_cpu.idl |
diff --git a/chrome/common/extensions/api/system_info_cpu.idl b/chrome/common/extensions/api/system_info_cpu.idl |
index ee61007b39068acbef424f24bacaef011480ba53..16bae2637ccdd06f8dd8ba35b4eed1950d786470 100644 |
--- a/chrome/common/extensions/api/system_info_cpu.idl |
+++ b/chrome/common/extensions/api/system_info_cpu.idl |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
epeterson
2013/06/13 03:24:28
No official description for system_info_cpu
not at google - send to devlin
2013/06/19 16:47:16
Use the <code>systemInfo.cpu</code> API to query C
epeterson
2013/06/20 23:07:40
Done.
|
-// File-level comment to appease parser. Eventually this will not be necessary. |
namespace systemInfo.cpu { |
dictionary CpuInfo { |
@@ -15,7 +14,7 @@ namespace systemInfo.cpu { |
}; |
callback CpuInfoCallback = void (CpuInfo info); |
- |
+ |
interface Functions { |
// Queries basic CPU information of the system. |
static void get(CpuInfoCallback callback); |