include_rules = [It seems more appropriate to use
`chrome/browser/ash/system_web_apps/apps/DEPS`.
But I am not sure, @tl...@chromium.org please help take a look~
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
include_rules = [It seems more appropriate to use
`chrome/browser/ash/system_web_apps/apps/DEPS`.
But I am not sure, @tl...@chromium.org please help take a look~
Agree with Qikai we should reuse `chrome/browser/ash/system_web_apps/apps/DEPS` for simplicity (if ChromeOS owners disagree we can change this again later).
~BrowsersAddedObserver() override { browser_collection_observation_.Reset(); }nit: Shouldn't be needed and we can make this `~BrowsersAddedObserver() override = default`
browser_collection_observation_.Reset();nit: We should be able to drop this also
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Tom LukaszewiczIt seems more appropriate to use
`chrome/browser/ash/system_web_apps/apps/DEPS`.
But I am not sure, @tl...@chromium.org please help take a look~
Agree with Qikai we should reuse `chrome/browser/ash/system_web_apps/apps/DEPS` for simplicity (if ChromeOS owners disagree we can change this again later).
Done. I am only adding some specific including rules for the browser test. The DEPS is automatically reused here.
~BrowsersAddedObserver() override { browser_collection_observation_.Reset(); }nit: Shouldn't be needed and we can make this `~BrowsersAddedObserver() override = default`
Done
nit: We should be able to drop this also
| 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. |
Small comment but otherwise lgtm, hidehiko could you ptal?
class BrowserWindowWaiter : public BrowserCollectionObserver {We can probably remove this class and just replace the only callsite in this file with `ui_test_utils::BrowserCreatedObserver().Wait()`. (avoids the need for BUILD / DEPS updates since this test already depends on ui_test_utils)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class BrowserWindowWaiter : public BrowserCollectionObserver {We can probably remove this class and just replace the only callsite in this file with `ui_test_utils::BrowserCreatedObserver().Wait()`. (avoids the need for BUILD / DEPS updates since this test already depends on ui_test_utils)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |