| Index: ash/test/test_shelf_delegate.h
|
| diff --git a/ash/test/test_shelf_delegate.h b/ash/test/test_shelf_delegate.h
|
| index 7fe5989da4adcb74cf98ad6e5100843dd8c8452c..f05b31423e7544424b1a43c824c42c10328b2e73 100644
|
| --- a/ash/test/test_shelf_delegate.h
|
| +++ b/ash/test/test_shelf_delegate.h
|
| @@ -55,6 +55,7 @@ class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver {
|
| const std::string& launch_id) override;
|
| bool HasShelfIDToAppIDMapping(ShelfID id) const override;
|
| const std::string& GetAppIDForShelfID(ShelfID id) override;
|
| + const std::string& GetLaunchIDForShelfID(ShelfID id) override;
|
| void PinAppWithID(const std::string& app_id) override;
|
| bool IsAppPinned(const std::string& app_id) override;
|
| void UnpinAppWithID(const std::string& app_id) override;
|
|
|