| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
bool related_pages_finalized_ = false;Vladimir Levinnit: Blink Style Guide: Naming - Precede boolean values with words like “is” and “did”. Consider renaming 'related_pages_finalized_' to 'are_related_pages_finalized_' or 'is_related_pages_finalized_'.
To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason
_This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
_AI reviews can sometimes be inaccurate; We appreciate your 🙏 feedback 🙏 to help us improve._
_[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_
Acknowledged
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks! Didn't get a chance to try and repro the case in the bug yet, but I wonder if you can make a test that fails like the one it does on the repro?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks! Didn't get a chance to try and repro the case in the bug yet, but I wonder if you can make a test that fails like the one it does on the repro?
Yeah I can see if I can construct something like that, as soon as make the rest of the tests pass.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Vladimir LevinThanks! Didn't get a chance to try and repro the case in the bug yet, but I wonder if you can make a test that fails like the one it does on the repro?
Yeah I can see if I can construct something like that, as soon as make the rest of the tests pass.
Done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |