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

Unified Diff: ash/shell/content/client/shell_browser_main_parts.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/shell/content/client/shell_browser_main_parts.cc
diff --git a/ash/shell/content/client/shell_browser_main_parts.cc b/ash/shell/content/client/shell_browser_main_parts.cc
index 81e5c18e0a034b17308f085038e77899ffd61103..02592967f5e8b2219b6a58b3df5a7b3e7c957eb5 100644
--- a/ash/shell/content/client/shell_browser_main_parts.cc
+++ b/ash/shell/content/client/shell_browser_main_parts.cc
@@ -133,7 +133,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
init_params.context_factory_private = content::GetContextFactoryPrivate();
init_params.blocking_pool = content::BrowserThread::GetBlockingPool();
ash::Shell::CreateInstance(init_params);
- ash::WmShell::Get()->CreateShelf();
+ ash::WmShell::Get()->CreateShelfView();
ash::WmShell::Get()->UpdateAfterLoginStatusChange(LoginStatus::USER);
window_watcher_.reset(new ash::shell::WindowWatcher);

Powered by Google App Engine
This is Rietveld 408576698