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

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

Issue 1913553002: Fix compile failures from shelf locking merge CL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Update GetAlignment function call. 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 | « ash/wm/app_list_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
index bdc1482c7a5f1d83d3e23141c3e232ea88433cc0..ba595a763640943e279c049d4a0f1aac0f385278 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -1154,7 +1154,7 @@ void ChromeLauncherController::OnShelfDestroyed(ash::Shelf* shelf) {}
void ChromeLauncherController::OnShelfAlignmentChanged(ash::Shelf* shelf) {
const char* value = nullptr;
- switch (shelf->GetAlignment()) {
+ switch (shelf->alignment()) {
case ash::SHELF_ALIGNMENT_BOTTOM:
value = ash::kShelfAlignmentBottom;
break;
« no previous file with comments | « ash/wm/app_list_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698