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

Unified Diff: chrome/browser/chromeos/system/statistics_provider.h

Issue 11778025: Decouple loading of channel info and the rest of machine statistics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add more comments, DCHECK. Created 7 years, 11 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: chrome/browser/chromeos/system/statistics_provider.h
diff --git a/chrome/browser/chromeos/system/statistics_provider.h b/chrome/browser/chromeos/system/statistics_provider.h
index 9855474a7439dc71cc1ceb86ce7b259c0feb85dc..72a722ca569072efff38538bdb76b3edabd8ae66 100644
--- a/chrome/browser/chromeos/system/statistics_provider.h
+++ b/chrome/browser/chromeos/system/statistics_provider.h
@@ -16,6 +16,9 @@ class StatisticsProvider {
// Initializes the statistics provider.
virtual void Init() = 0;
+ // Starts loading the machine statistcs.
+ virtual void StartLoadingMachineStatistics() = 0;
+
// Retrieve the named machine statistic (e.g. "hardware_class").
// This does not update the statistcs. If the |name| is not set, |result|
// preserves old value.

Powered by Google App Engine
This is Rietveld 408576698