| Index: chrome/browser/metrics/metrics_log.h
|
| diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
|
| index f2bc19f1f3281fbef4856d25fb550471006adf50..02f441a03870e4f64bed8e210b7ac4abbdffd6dc 100644
|
| --- a/chrome/browser/metrics/metrics_log.h
|
| +++ b/chrome/browser/metrics/metrics_log.h
|
| @@ -142,15 +142,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(
|
|
|