| Index: chrome/common/extensions/api/system_info_cpu.idl
|
| diff --git a/chrome/common/extensions/api/experimental_system_info_cpu.idl b/chrome/common/extensions/api/system_info_cpu.idl
|
| similarity index 92%
|
| rename from chrome/common/extensions/api/experimental_system_info_cpu.idl
|
| rename to chrome/common/extensions/api/system_info_cpu.idl
|
| index 5e2308b3c0ce558b8bd6ac46bc68eb7ed6d0a7d5..1e81c26fbdd18ebf447609077720632941cf346a 100644
|
| --- a/chrome/common/extensions/api/experimental_system_info_cpu.idl
|
| +++ b/chrome/common/extensions/api/system_info_cpu.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // File-level comment to appease parser. Eventually this will not be necessary.
|
| -namespace experimental.systemInfo.cpu {
|
| +namespace systemInfo.cpu {
|
|
|
| dictionary CpuInfo {
|
| // The number of logical processors.
|
| @@ -25,7 +25,7 @@ namespace experimental.systemInfo.cpu {
|
| callback CpuInfoCallback = void (CpuInfo info);
|
|
|
| interface Functions {
|
| - // Get CPU information.
|
| + // Queries basic CPU information of the system.
|
| static void get(CpuInfoCallback callback);
|
| };
|
|
|
|
|