Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: chromeos/system/fake_statistics_provider.h

Issue 2958353002: [Cleanup] Migrate the StatisticsProvider to use the TaskScheduler (Closed)
Patch Set: rewrap a line Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/system/fake_statistics_provider.h
diff --git a/chromeos/system/fake_statistics_provider.h b/chromeos/system/fake_statistics_provider.h
index 0de996b5cc6b898c21bc20b85b5b5eb2e0e3dd63..3f78af3a9ce69a3f039a8f22d04fedc3306506ed 100644
--- a/chromeos/system/fake_statistics_provider.h
+++ b/chromeos/system/fake_statistics_provider.h
@@ -22,9 +22,7 @@ class CHROMEOS_EXPORT FakeStatisticsProvider : public StatisticsProvider {
~FakeStatisticsProvider() override;
// StatisticsProvider implementation:
- void StartLoadingMachineStatistics(
- const scoped_refptr<base::TaskRunner>& file_task_runner,
- bool load_oem_manifest) override;
+ void StartLoadingMachineStatistics(bool load_oem_manifest) override;
bool GetMachineStatistic(const std::string& name,
std::string* result) override;
bool GetMachineFlag(const std::string& name, bool* result) override;
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/l10n_util_unittest.cc ('k') | chromeos/system/fake_statistics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698