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

Unified Diff: ash/shelf/shelf_view_unittest.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/shelf/shelf_view_unittest.cc
diff --git a/ash/shelf/shelf_view_unittest.cc b/ash/shelf/shelf_view_unittest.cc
index 33fb35844e4a118d0473ab641e12297547a193b2..246c9cd761c7aec403c694d7e19eccedcbed060d 100644
--- a/ash/shelf/shelf_view_unittest.cc
+++ b/ash/shelf/shelf_view_unittest.cc
@@ -270,6 +270,10 @@ class TestShelfDelegateForShelfView : public ShelfDelegate {
return app_id_;
}
+ const std::string& GetLaunchIDForShelfID(ShelfID id) override {
+ return base::EmptyString();
+ }
+
void PinAppWithID(const std::string& app_id) override { NOTREACHED(); }
bool IsAppPinned(const std::string& app_id) override {

Powered by Google App Engine
This is Rietveld 408576698