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

Unified Diff: ash/common/test/test_session_state_delegate.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/test/test_session_state_delegate.cc
diff --git a/ash/common/test/test_session_state_delegate.cc b/ash/common/test/test_session_state_delegate.cc
index 9132b8ce13f8d5883f10111ba7172d570a4fb57a..928e6b3aa78c21afa26110492b6efc1bf967821d 100644
--- a/ash/common/test/test_session_state_delegate.cc
+++ b/ash/common/test/test_session_state_delegate.cc
@@ -171,7 +171,7 @@ void TestSessionStateDelegate::SetActiveUserSessionStarted(
if (active_user_session_started) {
user_manager_->SessionStarted();
session_state_ = session_manager::SessionState::ACTIVE;
- WmShell::Get()->CreateShelf();
+ WmShell::Get()->CreateShelfView();
WmShell::Get()->UpdateAfterLoginStatusChange(LoginStatus::USER);
} else {
session_state_ = session_manager::SessionState::LOGIN_PRIMARY;

Powered by Google App Engine
This is Rietveld 408576698