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

Unified Diff: ash/root_window_controller.h

Issue 1743493002: Cleanup ash shelf accessor functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert ash/shelf/shelf_widget.cc for browser_tests crash... Created 4 years, 10 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/metrics/user_metrics_recorder.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 139b11e82ea02fbe452b7ed347d93b95e30b3a72..3e1f373d47326be7adea085c3b3210c0426d31e1 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -85,12 +85,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Creates and Initialize the RootWindowController for secondary displays.
static void CreateForSecondaryDisplay(AshWindowTreeHost* host);
- // Returns a RootWindowController that has a shelf for given
- // |window|. This returns the RootWindowController for the |window|'s
- // root window when multiple shelf mode is enabled, or the primary
- // RootWindowController otherwise.
- static RootWindowController* ForShelf(const aura::Window* window);
-
// Returns a RootWindowController of the window's root window.
static RootWindowController* ForWindow(const aura::Window* window);
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698