Commit 38d5062a authored by Joshua Pawlicki's avatar Joshua Pawlicki Committed by Commit Bot

Set allow-CRX2 to default to false again.

This appears to have been accidentally reverted to "true" in a bad merge.

Bug: 740715
Change-Id: I6219ab58555b44b258b9e1af32d010ada33a34d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574945Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Auto-Submit: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652571}
parent 59ebd7d7
......@@ -1869,7 +1869,7 @@ void ExtensionPrefs::RegisterProfilePrefs(
true);
registry->RegisterIntegerPref(kCorruptedDisableCount, 0);
registry->RegisterBooleanPref(pref_names::kInsecureExtensionUpdatesEnabled,
true);
false);
registry->RegisterBooleanPref(pref_names::kUninstallBlacklistedExtensions,
false);
......
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