| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
seems there are some new test failures. I'll look into these and add you back as a reviewer once they're fixed. Apologies for the noise
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
seems there are some new test failures. I'll look into these and add you back as a reviewer once they're fixed. Apologies for the noise
fixed, it was just a rebase error
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// An active browser may be removed without OnBrowserDidBecomeActive() beingnot the right method name?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// An active browser may be removed without OnBrowserDidBecomeActive() beingnot the right method name?
yep good catch, thanks!
| 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. |
19 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/resource_coordinator/tab_lifecycle_unit_source.cc
Insertions: 1, Deletions: 1.
@@ -343,7 +343,7 @@
}
void TabLifecycleUnitSource::OnBrowserClosed(BrowserWindowInterface* browser) {
- // An active browser may be removed without OnBrowserDidBecomeActive() being
+ // An active browser may be removed without OnBrowserActivated() being
// invoked. crbug.com/1206458
UpdateFocusedTab();
}
```
[bedrock] Migrate tab_lifecycle_unit_source.cc away from BrowserListObserver.
This migration is part of project bedrock to reduce the dependencies on
Browser and BrowserList. See https://crbug.com/431671320 for more info.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |