| Index: chrome/common/extensions/api/system_info_cpu.idl
|
| ===================================================================
|
| --- chrome/common/extensions/api/system_info_cpu.idl (revision 208118)
|
| +++ chrome/common/extensions/api/system_info_cpu.idl (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// File-level comment to appease parser. Eventually this will not be necessary.
|
| +// Use the <code>systemInfo.cpu</code> API to query CPU metadata.
|
| namespace systemInfo.cpu {
|
|
|
| dictionary CpuInfo {
|
| @@ -15,7 +15,7 @@
|
| };
|
|
|
| callback CpuInfoCallback = void (CpuInfo info);
|
| -
|
| +
|
| interface Functions {
|
| // Queries basic CPU information of the system.
|
| static void get(CpuInfoCallback callback);
|
|
|