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

Unified Diff: ash/mus/shelf_delegate_mus.cc

Issue 2341643002: Enhance chrome.app.window API for shelf integration with pinning support (cont.) (Closed)
Patch Set: Include AppLauncherId wrapper Created 4 years, 2 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/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();
}

Powered by Google App Engine
This is Rietveld 408576698