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

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: Rebased 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 ed3e517b91aa6b1acf495db748b37dfe13882d9e..5c08caf78c98eb0389843dc8b06d46a26b0acedf 100644
--- a/ash/test/test_launcher_delegate.cc
+++ b/ash/test/test_launcher_delegate.cc
@@ -141,5 +141,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