const String& selector,nit: Parameter names 'selector' and 'old_selector' are misleading for a navigation rule and inconsistent with the implementation. Consider renaming to 'text' and 'old_text' to match the implementation and semantics. (Blink Style Guide: Naming - Be Descriptive)
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)_
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// Prefer ConditionTextInternal for internal use. (Avoids UseCounter).This does not match the implementation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Prefer ConditionTextInternal for internal use. (Avoids UseCounter).This does not match the implementation.
Good point. This is a standard interface used by other condition rules, and they typically have this comment, but I can remove the (Avoids UseCounter) part.
nit: Parameter names 'selector' and 'old_selector' are misleading for a navigation rule and inconsistent with the implementation. Consider renaming to 'text' and 'old_text' to match the implementation and semantics. (Blink Style Guide: Naming - Be Descriptive)
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)_
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Prefer ConditionTextInternal for internal use. (Avoids UseCounter).Eric LeeseThis does not match the implementation.
Good point. This is a standard interface used by other condition rules, and they typically have this comment, but I can remove the (Avoids UseCounter) part.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |