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

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

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.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 69f1f30e655545296367c065df4591c370677243..00353ff00dbe8d7173b0733d50a4c5cd8e11fadb 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -275,6 +275,8 @@ class ChromeLauncherController
// ash::ShelfDelegate:
void OnShelfCreated(ash::Shelf* shelf) override;
void OnShelfDestroyed(ash::Shelf* shelf) override;
+ void OnAlignmentChanged(ash::ShelfAlignment alignment) override;
+ void OnAutoHideBehaviorChanged(ash::ShelfAutoHideBehavior auto_hide) override;
ash::ShelfID GetShelfIDForAppID(const std::string& app_id) override;
bool HasShelfIDToAppIDMapping(ash::ShelfID id) const override;
const std::string& GetAppIDForShelfID(ash::ShelfID id) override;

Powered by Google App Engine
This is Rietveld 408576698