| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hey Ben, PTAL at this change to enable the DB Magic Stack card by default.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM w/ one nit
inputContext->metadata_args.emplace(
segmentation_platform::kIsDefaultBrowserChromeIos,
segmentation_platform::processing::ProcessedValue::FromFloat(
IsChromeLikelyDefaultBrowser()));Should this be reformatted (looks like indentation is a bit off)?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Hailey, PTAL at i/c/b/segmentation_platform and components/segmentation_platform. Thanks!
inputContext->metadata_args.emplace(
segmentation_platform::kIsDefaultBrowserChromeIos,
segmentation_platform::processing::ProcessedValue::FromFloat(
IsChromeLikelyDefaultBrowser()));Should this be reformatted (looks like indentation is a bit off)?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
14 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ios/chrome/browser/content_suggestions/coordinator/content_suggestions_coordinator.mm
Insertions: 6, Deletions: 0.
The diff is too large to show. Please review the diff.
```
[iOS] Enable the Default Browser Magic Stack card by default
This change enables kDefaultBrowserMagicStackIos by default on iOS. The
feature variations are also removed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |