| Index: chrome/browser/apps/shortcut_manager.h
|
| diff --git a/chrome/browser/apps/shortcut_manager.h b/chrome/browser/apps/shortcut_manager.h
|
| index b94101e6542cc137ab80e3fb100b976e01b963cb..26a73ad1f0bac4f54669bd7a37c49864f3cff807 100644
|
| --- a/chrome/browser/apps/shortcut_manager.h
|
| +++ b/chrome/browser/apps/shortcut_manager.h
|
| @@ -29,9 +29,9 @@ class AppShortcutManager : public KeyedService,
|
|
|
| virtual ~AppShortcutManager();
|
|
|
| - // Checks if kShortcutsEnabled is set in prefs. If not, this sets it and
|
| - // creates shortcuts for all apps.
|
| - void OnceOffCreateShortcuts();
|
| + // Updates all shortcuts if if kAppShortcutsVersion in prefs is less than
|
| + // kCurrentAppShortcutsVersion.
|
| + void UpdateShortcutsForAllAppsIfNeeded();
|
|
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
|
|