Commit 37d9c135 authored by sczs's avatar sczs Committed by Commit Bot

[ios] Renames Content Suggestions Feed flag

For now it only changes the visible parts from chrome://flags

Bug: 1085419
Change-Id: Idcf8f340c7ce553d80ada2786d2d4522422d544a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305121
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Auto-Submit: Sergio Collazos <sczs@chromium.org>
Reviewed-by: default avatarChris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789747}
parent d5563e40
...@@ -927,11 +927,6 @@ ...@@ -927,11 +927,6 @@
"owners": [ "alemate" ], "owners": [ "alemate" ],
"expiry_milestone": 80 "expiry_milestone": 80
}, },
{
"name": "discover-feed-ntp-ios",
"owners": [ "adamta", "sczs" ],
"expiry_milestone": 89
},
{ {
"name": "display-identification", "name": "display-identification",
"owners": [ "baileyberro", "cros-peripherals@google.com" ], "owners": [ "baileyberro", "cros-peripherals@google.com" ],
...@@ -2992,6 +2987,11 @@ ...@@ -2992,6 +2987,11 @@
"owners": [ "aaronhk", "fserb", "juanmihd", "yiyix" ], "owners": [ "aaronhk", "fserb", "juanmihd", "yiyix" ],
"expiry_milestone": 95 "expiry_milestone": 95
}, },
{
"name": "new-content-suggestions-feed",
"owners": [ "adamta", "sczs", "gogerald" ],
"expiry_milestone": 89
},
{ {
"name": "new-os-settings-search", "name": "new-os-settings-search",
"owners": [ "cros-customization@google.com", "hsuregan", "khorimoto" ], "owners": [ "cros-customization@google.com", "hsuregan", "khorimoto" ],
......
...@@ -629,7 +629,7 @@ const flags_ui::FeatureEntry kFeatureEntries[] = { ...@@ -629,7 +629,7 @@ const flags_ui::FeatureEntry kFeatureEntries[] = {
{"safety-check-ios", flag_descriptions::kSafetyCheckIOSName, {"safety-check-ios", flag_descriptions::kSafetyCheckIOSName,
flag_descriptions::kSafetyCheckIOSDescription, flags_ui::kOsIos, flag_descriptions::kSafetyCheckIOSDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kSafetyCheckIOS)}, FEATURE_VALUE_TYPE(kSafetyCheckIOS)},
{"discover-feed-ntp-ios", flag_descriptions::kDiscoverFeedInNtpName, {"new-content-suggestions-feed", flag_descriptions::kDiscoverFeedInNtpName,
flag_descriptions::kDiscoverFeedInNtpDescription, flags_ui::kOsIos, flag_descriptions::kDiscoverFeedInNtpDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kDiscoverFeedInNtp)}, FEATURE_VALUE_TYPE(kDiscoverFeedInNtp)},
{"autofill-enable-card-nickname-upstream", {"autofill-enable-card-nickname-upstream",
......
...@@ -196,9 +196,10 @@ const char kDisableProgressBarAnimationName[] = ...@@ -196,9 +196,10 @@ const char kDisableProgressBarAnimationName[] =
const char kDisableProgressBarAnimationDescription[] = const char kDisableProgressBarAnimationDescription[] =
"Disable progress bar animation when a page loads."; "Disable progress bar animation when a page loads.";
const char kDiscoverFeedInNtpName[] = "Enable Discover feed in new tab page"; const char kDiscoverFeedInNtpName[] = "Enable new content Suggestion Feed";
const char kDiscoverFeedInNtpDescription[] = const char kDiscoverFeedInNtpDescription[] =
"When enabled, replaces articles feed with Discover feed in new tab page."; "When enabled, replaces articles feed with new content Suggestion Feed in "
"the NTP.";
const char kDownloadInfobarMessagesUIName[] = "Download Infobars Messages UI"; const char kDownloadInfobarMessagesUIName[] = "Download Infobars Messages UI";
const char kDownloadInfobarMessagesUIDescription[] = const char kDownloadInfobarMessagesUIDescription[] =
......
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