Index: chrome/browser/ui/app_list/app_list_service_impl.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc |
index 1cf439bcc0d5b387785e5a373e489299fe075a3f..1a6a084817ed7132839879e6d45f350b42076674 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_impl.cc |
+++ b/chrome/browser/ui/app_list/app_list_service_impl.cc |
@@ -13,8 +13,6 @@ |
#include "base/prefs/pref_service.h" |
#include "base/strings/string16.h" |
#include "base/time/time.h" |
-#include "chrome/browser/apps/shortcut_manager.h" |
-#include "chrome/browser/apps/shortcut_manager_factory.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/browser_shutdown.h" |
#include "chrome/browser/profiles/profile_manager.h" |
@@ -347,11 +345,6 @@ void AppListServiceImpl::EnableAppList(Profile* initial_profile, |
false), |
base::TimeDelta::FromMinutes(kDiscoverabilityTimeoutMinutes)); |
} |
- |
- AppShortcutManager* shortcut_manager = |
- AppShortcutManagerFactory::GetForProfile(initial_profile); |
- if (shortcut_manager) |
- shortcut_manager->OnceOffCreateShortcuts(); |
} |
void AppListServiceImpl::InvalidatePendingProfileLoads() { |