Index: chrome/browser/metrics/metrics_log.h |
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h |
index 177bf31a0245e886e78c53a0b22c78a210f0ffee..1b8e13851fbf276900a1803451fd67416f08e559 100644 |
--- a/chrome/browser/metrics/metrics_log.h |
+++ b/chrome/browser/metrics/metrics_log.h |
@@ -115,15 +115,6 @@ class MetricsLog : public metrics::MetricsLogBase { |
// Returns the PrefService from which to log metrics data. |
virtual PrefService* GetPrefService(); |
- // Returns the screen size for the primary monitor. |
- virtual gfx::Size GetScreenSize() const; |
- |
- // Returns the device scale factor for the primary monitor. |
- virtual float GetScreenDeviceScaleFactor() const; |
- |
- // Returns the number of monitors the user is using. |
- virtual int GetScreenCount() const; |
- |
// Fills |field_trial_ids| with the list of initialized field trials name and |
// group ids. |
virtual void GetFieldTrialIds( |