chore: bump chromium to 113.0.5668.0 (main) (#37646)
* chore: bump chromium in DEPS to 113.0.5668.0 * chore: update patches * chore: fixup for lint --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
52481bc923
commit
916861036d
28 changed files with 78 additions and 78 deletions
|
@ -29,7 +29,7 @@ const char kXdgSettingsDefaultSchemeHandler[] = "default-url-scheme-handler";
|
|||
// The use of the ForTesting flavors is a hack workaround to avoid having to
|
||||
// patch these as friends into the associated guard classes.
|
||||
class [[maybe_unused, nodiscard]] LaunchXdgUtilityScopedAllowBaseSyncPrimitives
|
||||
: public base::ScopedAllowBaseSyncPrimitivesForTesting{};
|
||||
: public base::ScopedAllowBaseSyncPrimitivesForTesting {};
|
||||
|
||||
bool LaunchXdgUtility(const std::vector<std::string>& argv, int* exit_code) {
|
||||
*exit_code = EXIT_FAILURE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue