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

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

Issue 11549025: Read the ChromeOS channel info earlier during startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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
===================================================================
--- chrome/browser/chromeos/system/statistics_provider.h (revision 172608)
+++ chrome/browser/chromeos/system/statistics_provider.h (working copy)
@@ -13,6 +13,9 @@
// This interface provides access to Chrome OS statistics.
class StatisticsProvider {
public:
+ // Initializes the statistics provider.
+ virtual void Init() = 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.
« no previous file with comments | « chrome/browser/chromeos/system/mock_statistics_provider.h ('k') | chrome/browser/chromeos/system/statistics_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698