Index: ash/mus/shelf_delegate_mus.cc |
diff --git a/ash/mus/shelf_delegate_mus.cc b/ash/mus/shelf_delegate_mus.cc |
index 3f0e6d86ea0cf22d1da64a53a0dbd063152be54e..4e8eb54b1447f9b0ccc2f6306c1ea9cb4a848111 100644 |
--- a/ash/mus/shelf_delegate_mus.cc |
+++ b/ash/mus/shelf_delegate_mus.cc |
@@ -39,6 +39,10 @@ const std::string& ShelfDelegateMus::GetAppIDForShelfID(ShelfID id) { |
return base::EmptyString(); |
} |
+const std::string& ShelfDelegateMus::GetLaunchIDForShelfID(ShelfID id) { |
+ return base::EmptyString(); |
+} |
+ |
void ShelfDelegateMus::PinAppWithID(const std::string& app_id) { |
NOTIMPLEMENTED(); |
} |