| 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. |
[TabRendererData] Move discard tab data update to TabLifeCycleUnit
The BrowserTabStripController observes the TabStripModel and force the
tab data to update on discard. The tab data update actually happens
twice on discard if kWebContentsDiscard is enabled. This CL removes the
data update from the BrowserTabStripController and moves it to the
TabLifeCycleUnit instead to be consistent with the case where discard
preserves the web contents.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |