Commit 93f3ad26 authored by finnur@chromium.org's avatar finnur@chromium.org

Deprecate the External Extension Install via Preferences file (Windows only)....

Deprecate the External Extension Install via Preferences file (Windows only). Use the Registry to externally install extensions instead.

BUG=41902

Review URL: https://codereview.chromium.org/138053004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245235 0039d316-1c4b-4281-b951-d872f2087c98
parent dda5100b
......@@ -465,6 +465,7 @@ void ExternalProviderImpl::CreateExternalProviders(
#endif
if (!profile->IsManaged() && !is_chromeos_demo_session) {
#if !defined(OS_WIN)
provider_list->push_back(
linked_ptr<ExternalProviderInterface>(
new ExternalProviderImpl(
......@@ -475,6 +476,7 @@ void ExternalProviderImpl::CreateExternalProviders(
Manifest::EXTERNAL_PREF,
Manifest::EXTERNAL_PREF_DOWNLOAD,
bundled_extension_creation_flags)));
#endif
// Define a per-user source of external extensions.
// On Chrome OS, this serves as a source for OEM customization.
......
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