Commit fda49064 authored by Carlos IL's avatar Carlos IL Committed by Commit Bot

Clean up Mixed Content Site Setting flag

This cleans up Mixed Content Site Setting (aka shield removal) from

launched. This still leaves the feature behind a flag in case it needs
to be used as a killswitch (that can be cleaned up after M82 branches).

chrome: //flags since the flag has already expired and the change
Change-Id: I413163573ee73953d354f6c0ed5c7be50d2644e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080896
Auto-Submit: Carlos IL <carlosil@chromium.org>
Reviewed-by: default avatarEmily Stark <estark@chromium.org>
Commit-Queue: Carlos IL <carlosil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746006}
parent a75b4e91
...@@ -4745,10 +4745,6 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -4745,10 +4745,6 @@ const FeatureEntry kFeatureEntries[] = {
{"mix-browser-type-tabs", flag_descriptions::kMixBrowserTypeTabsName, {"mix-browser-type-tabs", flag_descriptions::kMixBrowserTypeTabsName,
flag_descriptions::kMixBrowserTypeTabsDescription, kOsDesktop, flag_descriptions::kMixBrowserTypeTabsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kMixBrowserTypeTabs)}, FEATURE_VALUE_TYPE(features::kMixBrowserTypeTabs)},
{"mixed-content-setting", flag_descriptions::kMixedContentSiteSettingName,
flag_descriptions::kMixedContentSiteSettingDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kMixedContentSiteSetting)},
#endif // !defined(OS_ANDROID) #endif // !defined(OS_ANDROID)
{"enable-desktop-minimal-ui", flag_descriptions::kDesktopMinimalUIName, {"enable-desktop-minimal-ui", flag_descriptions::kDesktopMinimalUIName,
......
...@@ -2560,11 +2560,6 @@ ...@@ -2560,11 +2560,6 @@
"owners": [ "joelhockey", "tbuckley" ], "owners": [ "joelhockey", "tbuckley" ],
"expiry_milestone": 85 "expiry_milestone": 85
}, },
{
"name": "mixed-content-setting",
"owners": [ "carlosil", "estark" ],
"expiry_milestone": 82
},
{ {
"name": "mobile-identity-consistency", "name": "mobile-identity-consistency",
"owners": [ "bsazonov", "droger", "msarda" ], "owners": [ "bsazonov", "droger", "msarda" ],
......
...@@ -1155,12 +1155,6 @@ const char kMixBrowserTypeTabsDescription[] = ...@@ -1155,12 +1155,6 @@ const char kMixBrowserTypeTabsDescription[] =
"Allows tabs to be dragged between any browsers that support tabs, " "Allows tabs to be dragged between any browsers that support tabs, "
"including apps"; "including apps";
const char kMixedContentSiteSettingName[] =
"Blockable mixed content switch as site setting";
const char kMixedContentSiteSettingDescription[] =
"Removes the blockable mixed content shield, and adds an 'Insecure "
"Content' site setting to allow blockable mixed content.";
const char kMobileIdentityConsistencyName[] = "Mobile identity consistency"; const char kMobileIdentityConsistencyName[] = "Mobile identity consistency";
const char kMobileIdentityConsistencyDescription[] = const char kMobileIdentityConsistencyDescription[] =
"Enables stronger identity consistency on mobile"; "Enables stronger identity consistency on mobile";
......
...@@ -684,9 +684,6 @@ extern const char kMediaRouterCastAllowAllIPsDescription[]; ...@@ -684,9 +684,6 @@ extern const char kMediaRouterCastAllowAllIPsDescription[];
extern const char kMixBrowserTypeTabsName[]; extern const char kMixBrowserTypeTabsName[];
extern const char kMixBrowserTypeTabsDescription[]; extern const char kMixBrowserTypeTabsDescription[];
extern const char kMixedContentSiteSettingName[];
extern const char kMixedContentSiteSettingDescription[];
extern const char kMobileIdentityConsistencyName[]; extern const char kMobileIdentityConsistencyName[];
extern const char kMobileIdentityConsistencyDescription[]; extern const char kMobileIdentityConsistencyDescription[];
......
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