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

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

Issue 1881263002: Generalize support for per-display shelf prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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
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 58cba6b268d10dcc8fbb1a5c94f67e1dd5e869ef..3dcfad209381d3bf107ba0a4f9d117c120ac5267 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -365,7 +365,7 @@ class ChromeLauncherController
// user profile or not. However, since the full visibility calculation of the
// shelf cannot be performed here, this is only a probability used for
// animation predictions.
- bool ShelfBoundsChangesProbablyWithUser(aura::Window* root_window,
+ bool ShelfBoundsChangesProbablyWithUser(ash::Shelf* shelf,
const std::string& user_id) const;
// Called when the user profile is fully loaded and ready to switch to.

Powered by Google App Engine
This is Rietveld 408576698