Commit 550b7313 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

flags: remove enable-site-exploration-ui

This does not remove the backing code or feature.

Bug: 957297
Change-Id: I2dcb70048963d2ab31d5780a051f423f1cc231d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585538
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarJan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#654849}
parent c79e032b
...@@ -2042,9 +2042,6 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -2042,9 +2042,6 @@ const FeatureEntry kFeatureEntries[] = {
ntp_snippets::kNotificationsFeature, ntp_snippets::kNotificationsFeature,
kContentSuggestionsNotificationsFeatureVariations, kContentSuggestionsNotificationsFeatureVariations,
"ContentSuggestionsNotifications")}, "ContentSuggestionsNotifications")},
{"enable-site-exploration-ui", flag_descriptions::kSiteExplorationUiName,
flag_descriptions::kSiteExplorationUiDescription, kOsAndroid,
FEATURE_VALUE_TYPE(ntp_tiles::kSiteExplorationUiFeature)},
#endif // OS_ANDROID #endif // OS_ANDROID
{"user-activation-v2", flag_descriptions::kUserActivationV2Name, {"user-activation-v2", flag_descriptions::kUserActivationV2Name,
flag_descriptions::kUserActivationV2Description, kOsAll, flag_descriptions::kUserActivationV2Description, kOsAll,
......
...@@ -1597,11 +1597,6 @@ ...@@ -1597,11 +1597,6 @@
// Used for debugging and QA by the autofill team for the indefinite future. // Used for debugging and QA by the autofill team for the indefinite future.
"expiry_milestone": -1 "expiry_milestone": -1
}, },
{
"name": "enable-site-exploration-ui",
// "owners": [ "your-team" ],
"expiry_milestone": 76
},
{ {
"name": "enable-site-isolation-for-password-sites", "name": "enable-site-isolation-for-password-sites",
"owners": [ "site-isolation-dev", "alexmos", "lukasza" ], "owners": [ "site-isolation-dev", "alexmos", "lukasza" ],
......
...@@ -2529,10 +2529,6 @@ const char kShoppingAssistName[] = "Shopping assist exploration"; ...@@ -2529,10 +2529,6 @@ const char kShoppingAssistName[] = "Shopping assist exploration";
const char kShoppingAssistDescription[] = const char kShoppingAssistDescription[] =
"Show some shopping assistance when available"; "Show some shopping assistance when available";
const char kSiteExplorationUiName[] = "Site Exploration UI";
const char kSiteExplorationUiDescription[] =
"Show site suggestions in the Exploration UI";
const char kSiteIsolationForPasswordSitesName[] = const char kSiteIsolationForPasswordSitesName[] =
"Site Isolation For Password Sites"; "Site Isolation For Password Sites";
const char kSiteIsolationForPasswordSitesDescription[] = const char kSiteIsolationForPasswordSitesDescription[] =
......
...@@ -1512,9 +1512,6 @@ extern const char kSetMarketUrlForTestingDescription[]; ...@@ -1512,9 +1512,6 @@ extern const char kSetMarketUrlForTestingDescription[];
extern const char kShoppingAssistName[]; extern const char kShoppingAssistName[];
extern const char kShoppingAssistDescription[]; extern const char kShoppingAssistDescription[];
extern const char kSiteExplorationUiName[];
extern const char kSiteExplorationUiDescription[];
extern const char kSiteIsolationForPasswordSitesName[]; extern const char kSiteIsolationForPasswordSitesName[];
extern const char kSiteIsolationForPasswordSitesDescription[]; extern const char kSiteIsolationForPasswordSitesDescription[];
......
...@@ -24,6 +24,7 @@ extern const base::Feature kPopularSitesBakedInContentFeature; ...@@ -24,6 +24,7 @@ extern const base::Feature kPopularSitesBakedInContentFeature;
extern const base::Feature kNtpMostLikelyFaviconsFromServerFeature; extern const base::Feature kNtpMostLikelyFaviconsFromServerFeature;
// Feature to provide site exploration tiles in addition to personal tiles. // Feature to provide site exploration tiles in addition to personal tiles.
// TODO(https://crbug.com/957297): Remove this.
extern const base::Feature kSiteExplorationUiFeature; extern const base::Feature kSiteExplorationUiFeature;
// If this feature is enabled, we enable popular sites in the suggestions UI. // If this feature is enabled, we enable popular sites in the suggestions UI.
......
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