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

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

Issue 291163006: Create GPUMetricsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review 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 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(

Powered by Google App Engine
This is Rietveld 408576698