| Index: chromeos/system/statistics_provider.h
|
| diff --git a/chromeos/system/statistics_provider.h b/chromeos/system/statistics_provider.h
|
| index 7f8b3c23b9afa65400a3f68cfe4b7e31ea842998..154336d2e0cf109a4057290abe51aac7e8610f84 100644
|
| --- a/chromeos/system/statistics_provider.h
|
| +++ b/chromeos/system/statistics_provider.h
|
| @@ -10,10 +10,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "chromeos/chromeos_export.h"
|
|
|
| -namespace base {
|
| -class TaskRunner;
|
| -}
|
| -
|
| namespace chromeos {
|
| namespace system {
|
|
|
| @@ -91,11 +87,8 @@ CHROMEOS_EXPORT extern const char kKeyboardLayoutKey[];
|
| // This interface provides access to Chrome OS statistics.
|
| class CHROMEOS_EXPORT StatisticsProvider {
|
| public:
|
| - // Starts loading the machine statistics. File operations are performed on
|
| - // |file_task_runner|.
|
| - virtual void StartLoadingMachineStatistics(
|
| - const scoped_refptr<base::TaskRunner>& file_task_runner,
|
| - bool load_oem_manifest) = 0;
|
| + // Starts loading the machine statistics.
|
| + virtual void StartLoadingMachineStatistics(bool load_oem_manifest) = 0;
|
|
|
| // Returns true if the named machine statistic (e.g. "hardware_class") is
|
| // found and stores it in |result| (if provided). Probing for the existence of
|
|
|