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

Unified Diff: chrome/browser/metrics/metrics_service_unittest.cc

Issue 296483004: Introduce a MetricsDataProvider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/metrics/metrics_service_unittest.cc
===================================================================
--- chrome/browser/metrics/metrics_service_unittest.cc (revision 271296)
+++ chrome/browser/metrics/metrics_service_unittest.cc (working copy)
@@ -193,7 +193,8 @@
// Save an existing system profile to prefs, to correspond to what would be
// saved from a previous session.
TestMetricsLog log("client", 1);
- log.RecordEnvironment(std::vector<content::WebPluginInfo>(),
+ log.RecordEnvironment(ScopedVector<metrics::MetricsDataProvider>(),
+ std::vector<content::WebPluginInfo>(),
GoogleUpdateMetrics(),
std::vector<chrome_variations::ActiveGroupId>());

Powered by Google App Engine
This is Rietveld 408576698