| Index: chrome/browser/extensions/api/system_info_cpu/cpu_info_provider.h
|
| diff --git a/chrome/browser/extensions/api/system_info_cpu/cpu_info_provider.h b/chrome/browser/extensions/api/system_info_cpu/cpu_info_provider.h
|
| index d163e4990f83220b75d95d1eb6b2123be08c1a69..a3c8b29b6ad74d4497a09776df291b7781fb84d7 100644
|
| --- a/chrome/browser/extensions/api/system_info_cpu/cpu_info_provider.h
|
| +++ b/chrome/browser/extensions/api/system_info_cpu/cpu_info_provider.h
|
| @@ -45,8 +45,7 @@ class CpuInfoProvider
|
| };
|
|
|
| // Platform specific implementation for querying the CPU time information
|
| - // for each processor. Note that the first element is the total aggregated
|
| - // numbers of all logic processors.
|
| + // for each processor.
|
| bool QueryCpuTimePerProcessor(std::vector<CpuTime>* times);
|
| };
|
|
|
|
|