Chromium Code Reviews| 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 |
|
Matt Giuca
2014/05/23 07:01:57
if if
jackhou1
2014/05/26 07:57:37
Done.
|
| + // kCurrentAppShortcutsVersion. |
| + void UpdateShortcutsForAllAppsIfNeeded(); |
| // content::NotificationObserver |
| virtual void Observe(int type, |