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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: comment Created 4 years, 8 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 | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | mash/shelf/public/interfaces/shelf_constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
index c71e3067ff2e4beb608f0b6defe4b8ac29783be2..64f664b3e8845cc20567ba1130fa80a57a8c1c4a 100644
--- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
@@ -96,7 +96,7 @@ void ChromeMashShelfController::OnAlignmentChanged(
mash::shelf::mojom::Alignment alignment) {
ash::SetShelfAlignmentPref(ProfileManager::GetActiveUserProfile()->GetPrefs(),
gfx::Screen::GetScreen()->GetPrimaryDisplay().id(),
- static_cast<ash::ShelfAlignment>(alignment));
+ static_cast<ash::wm::ShelfAlignment>(alignment));
}
void ChromeMashShelfController::OnAutoHideBehaviorChanged(
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | mash/shelf/public/interfaces/shelf_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698