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

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

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
Index: ash/common/shelf/wm_shelf.cc
diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
index 6f07f30e17683a611ffd173c6aed66bdc6200885..75bf105b16d6c289849621ce533d11f0d35e9c35 100644
--- a/ash/common/shelf/wm_shelf.cc
+++ b/ash/common/shelf/wm_shelf.cc
@@ -127,7 +127,7 @@ void WmShelf::DestroyShelfWidget() {
shelf_widget_.reset();
}
-void WmShelf::InitializeShelf() {
+void WmShelf::CreateShelfView() {
DCHECK(shelf_layout_manager_);
DCHECK(shelf_widget_);
DCHECK(!shelf_view_);

Powered by Google App Engine
This is Rietveld 408576698