| Auto-Submit | +1 |
Quick fix by componentizing tab_lifecycle_unit_external.h out of c/b/BUILD
+David for BUILD OWNERs stamp (c/b/permissions and c/b/resource_coordinator)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"//chrome/browser/resource_coordinator",does this need to be in public deps? could it just go in the non-public deps?
"tab_lifecycle_unit_external.h",how does this apply to android if it's removed from the andriod source set?
content::WebContents* contents = tab_strip_->GetWebContentsAt(index);could we use the tabHandles TabInterface instead of getting the index and then getting the tab from the index?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
does this need to be in public deps? could it just go in the non-public deps?
Done
how does this apply to android if it's removed from the andriod source set?
It... doesn't since I'm just filling out TabListBridge which is the desktop (non Android) implementation of TabListInterface
Going to change the CL title to reflect this
content::WebContents* contents = tab_strip_->GetWebContentsAt(index);could we use the tabHandles TabInterface instead of getting the index and then getting the tab from the index?
| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[TabListBridge] Implement DiscardTab
Implement DiscardTab inside TabListBridge (TabListInterface's desktop
implementation). This CL also spins out tab_lifecycle_unit_external.h
into the chrome/browser/resource_coordinator BUILD file
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |