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

Unified Diff: ash/common/wm_shell.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
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index ade3b37bbd4571149e74ce3dd4a5884c8eee8f16..f13fb91ff488616fd40aa8f3164c335ba39c8765 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -360,8 +360,8 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
virtual std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() = 0;
// Creates the ShelfView for each display and populates it with items.
- // TODO(jamescook): Rename this. http://crbug.com/679925
- void CreateShelf();
+ // Called after the user session is active and profile is available.
+ void CreateShelfView();
void CreateShelfDelegate();

Powered by Google App Engine
This is Rietveld 408576698