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

Unified Diff: ash/root_window_controller.h

Issue 2015043002: mash: Convert shelf to wm::WmWindow types, part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unused include Created 4 years, 7 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: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 760a033bb2925e1cf9e52ea760a43c90f3727a8f..987f59ed3664cde723579b8460b8195876484c0d 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -180,8 +180,8 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Show shelf view if it was created hidden (before session has started).
void ShowShelf();
- // Called when the shelf associated with this root window is created.
- void OnShelfCreated();
+ // Creates the shelf for this root window and notifies observers.
+ void CreateShelf();
// Called when the login status changes after login (such as lock/unlock).
// TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.

Powered by Google App Engine
This is Rietveld 408576698