| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| index 2b66aeaad49596322dd0d8866ac91086ca848c13..112ae2c4e1e4f34a34f802dac802fbc343ac4604 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -115,10 +115,6 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
|
| // Pins/unpins the specified id.
|
| virtual void TogglePinned(ash::ShelfID id) = 0;
|
|
|
| - // Returns true if the specified item can be pinned or unpinned. Only apps can
|
| - // be pinned.
|
| - virtual bool IsPinnable(ash::ShelfID id) const = 0;
|
| -
|
| // If there is no item in the shelf for application |app_id|, one is created.
|
| // The (existing or created) shelf items get then locked against a user's
|
| // un-pinning removal. Used for V1 apps opened as windows that aren't pinned.
|
|
|