Commit 70fda3cd authored by rogerta@chromium.org's avatar rogerta@chromium.org

When install default apps on the Mac, don't need to do extra checking

BUG=101964
TEST=When doing a user install (not system install) of chrome on a mac, make
sure that the default apps are correctly installed into new profiles.

Review URL: http://codereview.chromium.org/8400047

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107734 0039d316-1c4b-4281-b951-d872f2087c98
parent f9e9992b
...@@ -355,7 +355,8 @@ void ExternalExtensionProviderImpl::CreateExternalProviders( ...@@ -355,7 +355,8 @@ void ExternalExtensionProviderImpl::CreateExternalProviders(
new ExternalExtensionProviderImpl( new ExternalExtensionProviderImpl(
service, service,
new ExternalPrefExtensionLoader( new ExternalPrefExtensionLoader(
chrome::DIR_DEFAULT_APPS, options), chrome::DIR_DEFAULT_APPS,
ExternalPrefExtensionLoader::NONE),
Extension::EXTERNAL_PREF, Extension::EXTERNAL_PREF,
Extension::INVALID, Extension::INVALID,
Extension::FROM_BOOKMARK))); Extension::FROM_BOOKMARK)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment