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

Unified Diff: ash/display/display_manager.cc

Issue 570303003: ash: Avoid treating screen resizes as user activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check that UserActivityDetector exists Created 6 years, 3 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 | « ash/display/display_change_observer_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.cc
diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc
index 29eced4cc03ec6eee89c4e70a04ad674edb7a05b..031ad6aa43e523ab62c452f4f7f5802bd55c843a 100644
--- a/ash/display/display_manager.cc
+++ b/ash/display/display_manager.cc
@@ -654,7 +654,7 @@ void DisplayManager::SetColorCalibrationProfile(
void DisplayManager::OnNativeDisplaysChanged(
const std::vector<DisplayInfo>& updated_displays) {
if (updated_displays.empty()) {
- VLOG(1) << "OnNativeDisplayChanged(0): # of current displays="
+ VLOG(1) << "OnNativeDisplaysChanged(0): # of current displays="
<< displays_.size();
// If the device is booted without display, or chrome is started
// without --ash-host-window-bounds on linux desktop, use the
« no previous file with comments | « ash/display/display_change_observer_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698