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

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

Issue 1812013003: Pass shelf instances, not root windows, for ash context menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call OnShelfAlignmentChanged after LayoutShelf. 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 98d99e6388b4f9ef90d9c449d680298332e5a64b..9532b38a35779be6eedbcad6ec0453bff98b9301 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -249,18 +249,6 @@ class ChromeLauncherController
// cases this might change over time.
Profile* profile();
- // Gets the shelf auto-hide behavior on |root_window|.
- ash::ShelfAutoHideBehavior GetShelfAutoHideBehavior(
- aura::Window* root_window) const;
-
- // Returns |true| if the user is allowed to modify the shelf auto-hide
- // behavior on |root_window|.
- bool CanUserModifyShelfAutoHideBehavior(aura::Window* root_window) const;
-
- // Toggles the shelf auto-hide behavior on |root_window|. Does nothing if the
- // user is not allowed to modify the auto-hide behavior.
- void ToggleShelfAutoHideBehavior(aura::Window* root_window);
-
// Notify the controller that the state of an non platform app's tabs
// have changed,
void UpdateAppState(content::WebContents* contents, AppState app_state);
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698