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

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: Addressed Created 7 years, 7 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 16422e3f7364bc2558b61ac046b29a0349ed8064..3a4fccd4e0cb7df7728780e3c9124820e3fad7f9 100644
--- a/ash/test/test_launcher_delegate.cc
+++ b/ash/test/test_launcher_delegate.cc
@@ -131,5 +131,16 @@ bool TestLauncherDelegate::IsPerAppLauncher() {
return true;
}
+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