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

Unified Diff: chrome/browser/ui/webui/options/chromeos/display_options_handler.cc

Issue 2720913003: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura (Closed)
Patch Set: Calls display_configuration_controller to rotate screen in accelerator_controller_delegate_aura Created 3 years, 10 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/ui/webui/options/chromeos/display_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
index 8122d4fcb23b10fe171c4248f24ddb33f4fd0f9c..c21b0b8181f8317808f19d4902392080e6f39b28 100644
--- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
@@ -538,8 +538,7 @@ void DisplayOptionsHandler::HandleSetRotation(const base::ListValue* args) {
content::RecordAction(
base::UserMetricsAction("Options_DisplaySetOrientation"));
GetDisplayConfigurationController()->SetDisplayRotation(
- display_id, new_rotation, display::Display::ROTATION_SOURCE_USER,
- true /* user_action */);
+ display_id, new_rotation, display::Display::ROTATION_SOURCE_USER);
}
void DisplayOptionsHandler::HandleSetColorProfile(const base::ListValue* args) {

Powered by Google App Engine
This is Rietveld 408576698