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

Unified Diff: chrome/browser/chromeos/display/display_preferences.cc

Issue 1594683002: Introduce DisplayConfigurationController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_576375_display1b1
Patch Set: Rebase Created 4 years, 11 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/chromeos/display/display_preferences.cc
diff --git a/chrome/browser/chromeos/display/display_preferences.cc b/chrome/browser/chromeos/display/display_preferences.cc
index a3f9666f22c03dfc235a5887305093cb506b0f0e..fe969f66477a24ff06a37d4c37b97681abbf0d49 100644
--- a/chrome/browser/chromeos/display/display_preferences.cc
+++ b/chrome/browser/chromeos/display/display_preferences.cc
@@ -373,10 +373,6 @@ void StoreDisplayRotationPrefs(bool rotation_lock) {
pref_data->SetInteger("orientation", static_cast<int>(rotation));
}
-void SetCurrentDisplayLayout(const ash::DisplayLayout& layout) {
- GetDisplayManager()->SetLayoutForCurrentDisplays(layout);
-}
-
void LoadDisplayPreferences(bool first_run_after_boot) {
LoadDisplayLayouts();
LoadDisplayProperties();
« no previous file with comments | « chrome/browser/chromeos/display/display_preferences.h ('k') | chrome/browser/chromeos/display/display_preferences_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698