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

Unified Diff: ash/shell/launcher_delegate_impl.cc

Issue 22429004: Refactor LauncherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some comments Created 7 years, 4 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/launcher_delegate_impl.cc
diff --git a/ash/shell/launcher_delegate_impl.cc b/ash/shell/launcher_delegate_impl.cc
index 51f6171f8c95c87a0f1a9f5de68846dae14111b8..ebbba120c57168e68a1cd99d2008eccc21b2177b 100644
--- a/ash/shell/launcher_delegate_impl.cc
+++ b/ash/shell/launcher_delegate_impl.cc
@@ -83,5 +83,10 @@ bool LauncherDelegateImpl::IsAppPinned(const std::string& app_id) {
void LauncherDelegateImpl::UnpinAppsWithID(const std::string& app_id) {
}
+ash::LauncherItemDelegate* LauncherDelegateImpl::GetLauncherItemDelegate(
+ const ash::LauncherItem& item) {
+ return this;
+}
+
} // namespace shell
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698