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

Unified Diff: chrome/browser/chromeos/system/mock_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: Fix build error in unit tests - need to declare the mock virtual function. 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/mock_statistics_provider.h
diff --git a/chrome/browser/chromeos/system/mock_statistics_provider.h b/chrome/browser/chromeos/system/mock_statistics_provider.h
index b504e3810b2379a6855c93ead20a96157f59f0ca..4d0978faa28fca25fb91f5d897d1c5f880a9db12 100644
--- a/chrome/browser/chromeos/system/mock_statistics_provider.h
+++ b/chrome/browser/chromeos/system/mock_statistics_provider.h
@@ -18,6 +18,7 @@ class MockStatisticsProvider : public system::StatisticsProvider {
virtual ~MockStatisticsProvider();
MOCK_METHOD0(Init, void());
+ MOCK_METHOD0(StartLoadingMachineStatistics, void());
MOCK_METHOD2(GetMachineStatistic, bool(const std::string& name,
std::string* result));
« no previous file with comments | « chrome/browser/chromeos/chrome_browser_main_chromeos.cc ('k') | chrome/browser/chromeos/system/statistics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698