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

Unified Diff: ash/test/test_shelf_delegate.cc

Issue 2290603002: Enhance chrome.app.window API for shelf integration with pinning support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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_shelf_delegate.cc
diff --git a/ash/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc
index 8f836d991a9e7139322334807d17b3505bedd0a2..9e93e7bffcf7cf48be390e4f713217592a579024 100644
--- a/ash/test/test_shelf_delegate.cc
+++ b/ash/test/test_shelf_delegate.cc
@@ -97,7 +97,8 @@ void TestShelfDelegate::OnShelfAutoHideStateChanged(Shelf* shelf) {}
void TestShelfDelegate::OnShelfVisibilityStateChanged(Shelf* shelf) {}
-ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) {
+ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id,
+ const std::string& app_shelf_id) {
stevenjb 2016/08/29 15:56:30 To document that app_shelf_id is unused: cons std
Andra Paraschiv 2016/08/30 09:58:24 Done.
for (auto const& iter : shelf_id_to_app_id_map_) {
if (iter.second == app_id)
return iter.first;

Powered by Google App Engine
This is Rietveld 408576698