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

Unified Diff: ash/shell/shelf_delegate_impl.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: ash/shell/shelf_delegate_impl.cc
diff --git a/ash/shell/shelf_delegate_impl.cc b/ash/shell/shelf_delegate_impl.cc
index 0112009c3740ab367b1e648f64c1b72a19061941..f2f8e1b8f6328f6a785e94d4e4e4e8aab03ca60e 100644
--- a/ash/shell/shelf_delegate_impl.cc
+++ b/ash/shell/shelf_delegate_impl.cc
@@ -21,10 +21,10 @@ ShelfDelegateImpl::ShelfDelegateImpl(WindowWatcher* watcher)
ShelfDelegateImpl::~ShelfDelegateImpl() {
}
-void ShelfDelegateImpl::OnLauncherCreated(Launcher* launcher) {
+void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) {
}
-void ShelfDelegateImpl::OnLauncherDestroyed(Launcher* launcher) {
+void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) {
}
LauncherID ShelfDelegateImpl::GetLauncherIDForAppID(const std::string& app_id) {

Powered by Google App Engine
This is Rietveld 408576698