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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc

Issue 115113006: Rename Launcher to Shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ShelfTestAPI Created 7 years 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: chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
index 64172f4e1a75590ad326c4bba5a8b5c42d1a039a..c6fb764ecec2071fa655a3c9135fb0db2cc8db05 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc
@@ -258,7 +258,7 @@ void ChromeShellDelegate::Observe(int type,
break;
case chrome::NOTIFICATION_SESSION_STARTED:
RestoreFocus();
- ash::Shell::GetInstance()->ShowLauncher();
+ ash::Shell::GetInstance()->ShowShelf();
break;
default:
NOTREACHED() << "Unexpected notification " << type;

Powered by Google App Engine
This is Rietveld 408576698