mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 100.0.4896.0 (#972766)
This commit is contained in:
@ -34,7 +34,7 @@ class CefProcessMessageImpl : public CefProcessMessage {
|
||||
// a copy if the argument list is already owned by something else.
|
||||
// TODO: Pass by reference instead of ownership if/when Mojo adds support
|
||||
// for that.
|
||||
base::ListValue TakeArgumentList() WARN_UNUSED_RESULT;
|
||||
[[nodiscard]] base::ListValue TakeArgumentList();
|
||||
|
||||
// CefProcessMessage methods.
|
||||
bool IsValid() override;
|
||||
|
Reference in New Issue
Block a user