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

Unified Diff: ui/display/win/screen_win.h

Issue 2151413002: Add a UMA histogram for a user's device scale at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: edit comment Created 4 years, 5 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 | « tools/metrics/histograms/histograms.xml ('k') | ui/display/win/screen_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/win/screen_win.h
diff --git a/ui/display/win/screen_win.h b/ui/display/win/screen_win.h
index 6f56419f0d6772609fc4c1793df8b819dec08fa2..65d5f82b39d8349efaf35a6bfc3995cbf96a42e1 100644
--- a/ui/display/win/screen_win.h
+++ b/ui/display/win/screen_win.h
@@ -167,6 +167,8 @@ class DISPLAY_EXPORT ScreenWin : public display::Screen {
static ScreenWinDisplay GetScreenWinDisplayVia(Getter getter,
GetterType value);
+ void RecordDisplayScaleFactors() const;
+
// Helper implementing the DisplayObserver handling.
DisplayChangeNotifier change_notifier_;
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/display/win/screen_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698