mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision ad51088c (#444943)
This commit is contained in:
@@ -68,10 +68,10 @@ class CefPermissionManager : public KeyedService,
|
||||
|
||||
private:
|
||||
class PendingRequest;
|
||||
using PendingRequestsMap = IDMap<PendingRequest, IDMapOwnPointer>;
|
||||
using PendingRequestsMap = IDMap<std::unique_ptr<PendingRequest>>;
|
||||
|
||||
struct Subscription;
|
||||
using SubscriptionsMap = IDMap<Subscription, IDMapOwnPointer>;
|
||||
using SubscriptionsMap = IDMap<std::unique_ptr<Subscription>>;
|
||||
|
||||
// Called when a permission was decided for a given PendingRequest. The
|
||||
// PendingRequest is identified by its |request_id| and the permission is
|
||||
|
Reference in New Issue
Block a user