| 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 0c4191b9219d7c378354d71638f4e62b2a57a74c..e24f5a17333a6ff20052ba4d8e05f7c1dda6e8fb 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -154,11 +154,6 @@ class ChromeLauncherController {
|
| virtual void SetLaunchType(ash::ShelfID id,
|
| extensions::LaunchType launch_type) = 0;
|
|
|
| - // Updates the pinned pref state. The pinned state consists of a list pref.
|
| - // Each item of the list is a dictionary. The key |kAppIDPath| gives the
|
| - // id of the app.
|
| - virtual void PersistPinnedState() = 0;
|
| -
|
| // Accessor to the currently loaded profile. Note that in multi profile use
|
| // cases this might change over time.
|
| virtual Profile* GetProfile() = 0;
|
|
|