| 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 9e0314ac29973dd3d35570b0b1733558b055ae13..d476b2ee923d8ca73cca5bbfb9091891f4b0adc7 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;
|
|
|