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

Unified Diff: ash/test/test_launcher_delegate.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/test/test_launcher_delegate.cc
diff --git a/ash/test/test_launcher_delegate.cc b/ash/test/test_launcher_delegate.cc
index 0830d322ed0240af26503c0304f9c7f6111d4fe3..7de93b9109f805308985697367e8c6591e843890 100644
--- a/ash/test/test_launcher_delegate.cc
+++ b/ash/test/test_launcher_delegate.cc
@@ -145,5 +145,10 @@ bool TestLauncherDelegate::IsAppPinned(const std::string& app_id) {
void TestLauncherDelegate::UnpinAppsWithID(const std::string& app_id) {
}
+LauncherItemDelegate* TestLauncherDelegate::GetLauncherItemDelegate(
+ const LauncherItem& item) {
+ return this;
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698