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

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

Issue 1835403002: Support additional mash shelf alignments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 435b01c50f975dc3d12825a7db25d8c90107d055..ea12bc41c2ac5c4276397acd14cd6d721a142e49 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -1156,6 +1156,16 @@ void ChromeLauncherController::OnShelfDestroyed(ash::Shelf* shelf) {
// Shelf is already in its destructor.
}
+void ChromeLauncherController::OnAlignmentChanged(
+ ash::ShelfAlignment alignment) {
+ // TODO(msw): Anything?
+}
+
+void ChromeLauncherController::OnAutoHideBehaviorChanged(
+ ash::ShelfAutoHideBehavior auto_hide) {
+ // TODO(msw): Anything?
+}
+
void ChromeLauncherController::ShelfItemAdded(int index) {
// The app list launcher can get added to the shelf after we applied the
// preferences. In that case the item might be at the wrong spot. As such we

Powered by Google App Engine
This is Rietveld 408576698