mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
virutal should not be used together with override
This commit is contained in:
@@ -66,9 +66,8 @@ class NetworkDelegate : public net::NetworkDelegate {
|
||||
bool OnCanEnablePrivacyMode(
|
||||
const GURL& url,
|
||||
const GURL& first_party_for_cookies) const override;
|
||||
|
||||
virtual bool OnAreStrictSecureCookiesEnabled() const override;
|
||||
virtual bool OnAreExperimentalCookieFeaturesEnabled() const override;
|
||||
bool OnAreStrictSecureCookiesEnabled() const override;
|
||||
bool OnAreExperimentalCookieFeaturesEnabled() const override;
|
||||
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader(
|
||||
const net::URLRequest& request,
|
||||
const GURL& target_url,
|
||||
|
||||
@@ -53,6 +53,7 @@ int PermissionManager::RequestPermissions(
|
||||
callback.Run(permissionStatuses);
|
||||
return kNoPendingOperation;
|
||||
}
|
||||
|
||||
void PermissionManager::CancelPermissionRequest(int request_id) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user