From 8e4560b6fbb569cffcfc35079b7aefc8ea7e2a1d Mon Sep 17 00:00:00 2001 From: "gfeher@chromium.org" Date: Fri, 14 Jan 2011 10:09:14 +0000 Subject: Clean up threading model of external extension providers Move blocking IO of loading the lists of external extensions from the UI thread to the FILE thread. Remove the ExternalPolicyExtensionProvider-specific parts from ExtensionsService. Side-effects: reduce the number of PostTask operations from 9 to 4. Trigger uninstall of external extensions immediately after they are removed from a policy. BUG=65107,63667 TEST=ExtensionManagementTest.ExternalPolicyRefresh for the new functionality, lot of other extension tests are updated Review URL: http://codereview.chromium.org/5742008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71427 0039d316-1c4b-4281-b951-d872f2087c98 --- base/base.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/base.gypi') diff --git a/base/base.gypi b/base/base.gypi index 27ec764..e2c659a 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -287,8 +287,6 @@ 'utf_string_conversions.h', 'values.cc', 'values.h', - 'values_util.cc', - 'values_util.h', 'version.cc', 'version.h', 'vlog.cc', -- cgit v1.1