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

Unified Diff: chrome/browser/chromeos/dbus/display_power_service_provider.cc

Issue 13006006: chromeos: Support turning displays off in extended mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 9 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 | « no previous file | chromeos/display/output_configurator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dbus/display_power_service_provider.cc
diff --git a/chrome/browser/chromeos/dbus/display_power_service_provider.cc b/chrome/browser/chromeos/dbus/display_power_service_provider.cc
index 5de5c95dc7eb362dd2c53cd751632c15fab565da..6f629f2d75a97f833f84984b360a24b6e745a140 100644
--- a/chrome/browser/chromeos/dbus/display_power_service_provider.cc
+++ b/chrome/browser/chromeos/dbus/display_power_service_provider.cc
@@ -62,7 +62,7 @@ void DisplayPowerServiceProvider::SetDisplayPower(
DisplayPowerState state = static_cast<DisplayPowerState>(int_state);
ash::Shell::GetInstance()->output_configurator()->SetDisplayPower(
- state, false);
+ state, OutputConfigurator::kSetDisplayPowerNoFlags);
} else {
LOG(ERROR) << "Unable to parse " << kSetDisplayPower << " request";
}
« no previous file with comments | « no previous file | chromeos/display/output_configurator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698