LGTM from a technical perspective, but I don't have enough context into why it was originally removed, so I'll wait for agale@ before giving the +1.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
the tab strip is being rewritten and we were not planning on support this functionality in the rewrite. We will discuss the feedback internally.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
the tab strip is being rewritten and we were not planning on support this functionality in the rewrite. We will discuss the feedback internally.
Removing myself from the attention set pending discussion with leads
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Alison Galethe tab strip is being rewritten and we were not planning on support this functionality in the rewrite. We will discuss the feedback internally.
Removing myself from the attention set pending discussion with leads
After more discussion with leads, we decided to move forward with this change with the addition of metrics that will allow us to understand the usage of this feature. I"ll go ahead and resolve this comment but you can move foward with this CL after resolving merge conflicts. Thanks for your patience.
// The New Tab Button can be middle-clicked on Linux.Can you add details about what middle click on Linux is used for (paste and navigate)
controller_->CreateNewTabWithLocation(clipboard_text);Can you add a user action log here:
```
base::RecordAction(base::UserMetricsAction("NewTabButton_PasteAndNavigate"));
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks! I will rebase and update the CL per your comments ASAP; hopefully within the next 24 hours.
| 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. |
Thanks! I will rebase and update the CL per your comments ASAP; hopefully within the next 24 hours.
I'm OOO for the next week so adding someone else on my team as a reviewer for any additional approvals needed
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can you add details about what middle click on Linux is used for (paste and navigate)
Done
Can you add a user action log here:
```
base::RecordAction(base::UserMetricsAction("NewTabButton_PasteAndNavigate"));
```
Done, and verified it shows up in chrome://user-actions.
| 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. |