summaryrefslogtreecommitdiffstats
path: root/chrome/browser/protector
diff options
context:
space:
mode:
authoryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-11 20:24:30 +0000
committeryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-11 20:24:30 +0000
commit89a773b7571b095c9ff8d4d5e82bdf05b338e4cf (patch)
tree4f2bd04330f15bbb26dea198ec3f6d649dfcd92d /chrome/browser/protector
parent2ae41f9d9ad89e9ad17adbd89574a3f5fac36fbf (diff)
downloadchromium_src-89a773b7571b095c9ff8d4d5e82bdf05b338e4cf.zip
chromium_src-89a773b7571b095c9ff8d4d5e82bdf05b338e4cf.tar.gz
chromium_src-89a773b7571b095c9ff8d4d5e82bdf05b338e4cf.tar.bz2
Fix some ExtensionSystemFactory dependencies.
BUG=131901 Review URL: https://chromiumcodereview.appspot.com/10545103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/protector')
-rw-r--r--chrome/browser/protector/protector_service_factory.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/protector/protector_service_factory.cc b/chrome/browser/protector/protector_service_factory.cc
index ceb487b..3deeeff 100644
--- a/chrome/browser/protector/protector_service_factory.cc
+++ b/chrome/browser/protector/protector_service_factory.cc
@@ -29,10 +29,6 @@ ProtectorServiceFactory::ProtectorServiceFactory()
// Dependencies for the correct service shutdown order.
DependsOn(GlobalErrorServiceFactory::GetInstance());
DependsOn(TemplateURLServiceFactory::GetInstance());
- // BUG(ivankr): to be bullet-proof, ProtectorService must outlive the
- // ExtensionService as well and be the second to last thing destroyed in
- // ProfileImpl (the last being the PrefService itself). This cannot be
- // accomplished with ProfileKeyedService implementation.
}
ProtectorServiceFactory::~ProtectorServiceFactory() {