| Commit-Queue | +1 |
observation_.Observe(GlobalBrowserCollection::GetInstance());FYI - In this case I can't do my usual AddObserver/RemoveObserver because BrowserCollection forces clients to use ScopedObservation.
// restore service.This is a little odd, and does not match production behavior, but there are comments in TabRestoreServiceHelper code that say this happens in tests. Shrug.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
explicit BrowserCloseWaiter(BrowserWindowInterface* browser)Don't you need to delete the copy ctor and assignment operator, and set the dtor to default?
observation_.Observe(GlobalBrowserCollection::GetInstance());FYI - In this case I can't do my usual AddObserver/RemoveObserver because BrowserCollection forces clients to use ScopedObservation.
Acknowledged
void OnBrowserClosed(BrowserWindowInterface* browser) override {Does this need to be protected? We only want this called through the BrowserCollectionObserver interface, right?
// supported.Since this is a long test, it would be useful to know what it's trying to do without having to read the code.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |