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

Unified Diff: ash/common/shelf/wm_shelf.h

Issue 2648483002: chromeos: Rename various CreateShelf methods to CreateShelfView (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | ash/common/shelf/wm_shelf.cc » ('j') | ash/root_window_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index 819be30745f10b2f6dd82a850a184845f971dfd4..64b00620ac88ce4ce2cd4c8cac8d591fd8adc975 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -59,7 +59,9 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver {
ShelfWidget* shelf_widget() { return shelf_widget_.get(); }
// Creates the shelf view.
- void InitializeShelf();
+ void CreateShelfView();
+
+ // TODO(jamescook): Eliminate this method.
void ShutdownShelf();
// True after the ShelfView has been created (e.g. after login).
« no previous file with comments | « no previous file | ash/common/shelf/wm_shelf.cc » ('j') | ash/root_window_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698