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

Unified Diff: chrome/browser/metrics/metrics_log.h

Issue 292433015: Refactor MetricsLogChromeOS to ChromeOSMetricsProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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_log.h
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
index 8cd2eea969695f1d9b6c6481effe9caf51699637..6992ce46b87d492c7e526b9b0d67228c44f649a5 100644
--- a/chrome/browser/metrics/metrics_log.h
+++ b/chrome/browser/metrics/metrics_log.h
@@ -24,10 +24,6 @@ class MetricsNetworkObserver;
class PrefService;
class PrefRegistrySimple;
-#if defined(OS_CHROMEOS)
-class MetricsLogChromeOS;
-#endif
-
namespace base {
class DictionaryValue;
}
@@ -131,11 +127,6 @@ class MetricsLog : public metrics::MetricsLogBase {
virtual void GetFieldTrialIds(
std::vector<variations::ActiveGroupId>* field_trial_ids) const;
- // Exposed to allow dependency injection for tests.
-#if defined(OS_CHROMEOS)
- scoped_ptr<MetricsLogChromeOS> metrics_log_chromeos_;
-#endif
-
private:
FRIEND_TEST_ALL_PREFIXES(MetricsLogTest, ChromeOSStabilityData);

Powered by Google App Engine
This is Rietveld 408576698