Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extensions::Event c'tor signature changed.
Chromium changes: https://source.chromium.org/chromium/chromium/src/+/776e160d358ad1dfa7c976f0a05a3f5d2b144fdb commit 776e160d358ad1dfa7c976f0a05a3f5d2b144fdb Author: Lei Zhang <[email protected]> Date: Mon May 17 23:32:40 2021 +0000 Add more core extension code that takes std::vector<base::Value>. Add struct Event ctor variants, ExtensionFunction::ArgumentList() variant, and ExtensionFunction::ErrorWithArguments() variant that takes std::vector<base::Value> instead of std::unique_ptr<base::ListValue>. They will be used in future CLs to convert existing callers. Bug: 1139221 https://source.chromium.org/chromium/chromium/src/+/57d3bbe012daaa928e0cf41107a2942d7d85a8e2 commit 57d3bbe012daaa928e0cf41107a2942d7d85a8e2 Author: Lei Zhang <[email protected]> Date: Tue May 18 23:57:45 2021 +0000 Remove a deprecated extension Event ctor. Switch callers to the equivalent non-deprecated ctor. Bug: 1139221
- Loading branch information