mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: bump chromium to 92.0.4499.0 (master) (#29046)
This commit is contained in:
@@ -33,7 +33,8 @@ enum class ProtocolType {
|
||||
|
||||
using StartLoadingCallback = base::OnceCallback<void(gin::Arguments*)>;
|
||||
using ProtocolHandler =
|
||||
base::Callback<void(const network::ResourceRequest&, StartLoadingCallback)>;
|
||||
base::RepeatingCallback<void(const network::ResourceRequest&,
|
||||
StartLoadingCallback)>;
|
||||
|
||||
// scheme => (type, handler).
|
||||
using HandlersMap =
|
||||
|
||||
Reference in New Issue
Block a user