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

Unified Diff: ash/test/test_shelf_delegate.h

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.h
diff --git a/ash/test/test_shelf_delegate.h b/ash/test/test_shelf_delegate.h
index 0e51e96a1170af98a7984e051de8f2c9a350cbcc..220af0bae6aa31bedd6a9754b543bbcd6650467b 100644
--- a/ash/test/test_shelf_delegate.h
+++ b/ash/test/test_shelf_delegate.h
@@ -56,7 +56,8 @@ class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver {
void OnShelfAutoHideBehaviorChanged(Shelf* shelf) override;
void OnShelfAutoHideStateChanged(Shelf* shelf) override;
void OnShelfVisibilityStateChanged(Shelf* shelf) override;
- ShelfID GetShelfIDForAppID(const std::string& app_id) override;
+ ShelfID GetShelfIDForAppID(const std::string& app_id,
+ const std::string& app_shelf_id) override;
bool HasShelfIDToAppIDMapping(ShelfID id) const override;
const std::string& GetAppIDForShelfID(ShelfID id) override;
void PinAppWithID(const std::string& app_id) override;

Powered by Google App Engine
This is Rietveld 408576698