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

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

Issue 291163006: Create GPUMetricsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/metrics/gpu_metrics_provider_unittest.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/browser/metrics/gpu_metrics_provider_unittest.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698