Hi, Sorry for the long patch but it's pretty mechanical, with some comment fixes.
I'd like a OO too please
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void OnMemoryPressure(base::MemoryPressureLevel level);nit: Per the Blink Style Guide (Naming - May leave obvious parameter names out of function declarations), parameter names in header file declarations may be omitted if the type is self-descriptive. Please consider removing the name `level`.
_To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **Won't fix**: reason | **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)_
UrlData::CacheMode cache_lookup_mode);nit: Per the Blink Style Guide (Naming - May leave obvious parameter names out of function declarations), parameter names in header file declarations may be omitted if the type is self-descriptive. Please consider removing the name `memory_pressure_level`.
_To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **Won't fix**: reason | **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 |
| Commit-Queue | +2 |
| Owners-Override | +1 |
CR+1
OO+1 for mechanical change to adapt to a //base API change
void OnMemoryPressure(base::MemoryPressureLevel level);nit: Per the Blink Style Guide (Naming - May leave obvious parameter names out of function declarations), parameter names in header file declarations may be omitted if the type is self-descriptive. Please consider removing the name `level`.
_To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **Won't fix**: reason | **b/<bug_id>** | **Invalid:** reasonThis 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)_
Out of scope
UrlData::CacheMode cache_lookup_mode);nit: Per the Blink Style Guide (Naming - May leave obvious parameter names out of function declarations), parameter names in header file declarations may be omitted if the type is self-descriptive. Please consider removing the name `memory_pressure_level`.
_To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **Won't fix**: reason | **b/<bug_id>** | **Invalid:** reasonThis 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. |
Remove usage of MemoryPressureLevel alias.
The actual alias will be removed in another CL to reduce the chances of
revert.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |