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

Unified Diff: ash/test/test_launcher_delegate.cc

Issue 14533006: Drag and drop between app list and launcher - First patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 9421e5980e65cde6e4f581d1c7de3d30ed644fcb..d1684cc6d6f327d715efe6c27b473ff8cf1b9777 100644
--- a/ash/test/test_launcher_delegate.cc
+++ b/ash/test/test_launcher_delegate.cc
@@ -127,5 +127,16 @@ void TestLauncherDelegate::OnLauncherCreated(Launcher* launcher) {
void TestLauncherDelegate::OnLauncherDestroyed(Launcher* launcher) {
}
+LauncherID TestLauncherDelegate::GetLauncherIDForAppID(
+ const std::string& app_id) {
+ return 0;
+}
+
+void TestLauncherDelegate::PinAppWithID(const std::string& app_id) {
+}
+
+void TestLauncherDelegate::UnpinAppsWithID(const std::string& app_id) {
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698