| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
!parent_suggestion_metadata) {Why? I don't understand it intuitivel.
Isn't it true because of the early return above?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Why? I don't understand it intuitivel.
Isn't it true because of the early return above?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
!parent_suggestion_metadata) {Jan KeitelWhy? I don't understand it intuitivel.
Isn't it true because of the early return above?
Please look again. 😊
Why do we want to do the `else` branch even if `is_subopop`?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
!parent_suggestion_metadata) {Jan KeitelWhy? I don't understand it intuitivel.
Isn't it true because of the early return above?
Christoph SchweringPlease look again. 😊
Why do we want to do the `else` branch even if `is_subopop`?
We don't, but autocomplete entries never appear in sub-popups so it doesn't matter whether you include it. I could also add an `if (!parent_suggestion_metadata)` around the entire block. Preferences?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
!parent_suggestion_metadata) {Jan KeitelWhy? I don't understand it intuitivel.
Isn't it true because of the early return above?
Christoph SchweringPlease look again. 😊
Jan KeitelWhy do we want to do the `else` branch even if `is_subopop`?
We don't, but autocomplete entries never appear in sub-popups so it doesn't matter whether you include it. I could also add an `if (!parent_suggestion_metadata)` around the entire block. Preferences?
I thought so, but I'd rather put it around the entire block.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
!parent_suggestion_metadata) {Jan KeitelWhy? I don't understand it intuitivel.
Isn't it true because of the early return above?
Christoph SchweringPlease look again. 😊
Jan KeitelWhy do we want to do the `else` branch even if `is_subopop`?
Christoph SchweringWe don't, but autocomplete entries never appear in sub-popups so it doesn't matter whether you include it. I could also add an `if (!parent_suggestion_metadata)` around the entire block. Preferences?
I thought so, but I'd rather put it around the entire block.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: components/autofill/core/browser/ui/autofill_external_delegate.cc
Insertions: 12, Deletions: 11.
The diff is too large to show. Please review the diff.
```
Pipe through SuggestionMetadata to AtMemory
This CL connects the SuggestionMetadata received in AED to
AtMemoryMetricsRecorder.
The CL is intended to be a no-op.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |