Remove prerendered host from started_prerenders_ after successful activationKenneth LuCan you clarify this change is for prerender-into-new-tab in the CL description?
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Updated naming and comments
const GURL kPrerenderingUrl = GetUrl("/title2.html");Kenneth LuCan you rename these variables to `initial_url` and `prerendering_url`?
I know some tests in this file use the k- prefix for URLs (this is my fault...), but it's not very appropriate according to the style guide that recommends the "k" prefix for variables whose storage duration is static, not for other storage types like these URLs:
https://google.github.io/styleguide/cppguide.html#Constant_Names(I'll make a rename CL for other tests later)
Done
Renamed to onRetriggerable -- updated the comments referencing the old naming
NotifyCancel(Kenneth LuThe name `NotifyCancel` no longer matches its purpose (activation is not cancellation). Can we rename this to `NotifyRetriggerable()`?
Done
void PrerendererImpl::OnCancel(PrerenderHostId host_id,Kenneth LuThis observer also needs to be renamed to `OnRetriggerable`.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM, thank you! Sorry for the late response.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| 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. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Remove prerendered host from started_prerenders_ after successful activation of prerender-into-new-tab
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |