summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 09:37:53 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 09:37:53 +0000
commit2a69b940ba0ce6563ee2de7f08c08f740a79a247 (patch)
tree15d25480404627ce37c51b80b87b319058353e83 /chrome/browser/profiles
parentb46e1c1d96e9e2e82efaba9dae3acd95559da57d (diff)
downloadchromium_src-2a69b940ba0ce6563ee2de7f08c08f740a79a247.zip
chromium_src-2a69b940ba0ce6563ee2de7f08c08f740a79a247.tar.gz
chromium_src-2a69b940ba0ce6563ee2de7f08c08f740a79a247.tar.bz2
Move application restart and relaunch code out of ExtensionService.
This apps specific code now lives in AppLoadService in the apps/ component. BUG=159366, 159265, 175381 Review URL: https://chromiumcodereview.appspot.com/15947007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r--chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
index 9c32671..41c5ae8 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h"
+#include "apps/app_load_service_factory.h"
#include "apps/app_restore_service_factory.h"
#include "apps/shell_window_geometry_cache.h"
#include "apps/shortcut_manager_factory.h"
@@ -176,6 +177,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
#endif
DownloadServiceFactory::GetInstance();
#if defined(ENABLE_EXTENSIONS)
+ apps::AppLoadServiceFactory::GetInstance();
apps::AppRestoreServiceFactory::GetInstance();
apps::ShellWindowGeometryCache::Factory::GetInstance();
apps::ShortcutManagerFactory::GetInstance();