chore: Remove AtomResourceDispatcherHostDelegate (#18623)
It is no longer used, follow up for
1610892
This commit is contained in:
parent
291ee2dafc
commit
7d326f6bc5
5 changed files with 0 additions and 73 deletions
|
@ -27,7 +27,6 @@ class SSLCertRequestInfo;
|
|||
|
||||
namespace atom {
|
||||
|
||||
class AtomResourceDispatcherHostDelegate;
|
||||
class NotificationPresenter;
|
||||
class PlatformNotificationService;
|
||||
|
||||
|
@ -115,7 +114,6 @@ class AtomBrowserClient : public content::ContentBrowserClient,
|
|||
net::SSLCertRequestInfo* cert_request_info,
|
||||
net::ClientCertIdentityList client_certs,
|
||||
std::unique_ptr<content::ClientCertificateDelegate> delegate) override;
|
||||
void ResourceDispatcherHostCreated() override;
|
||||
bool CanCreateWindow(content::RenderFrameHost* opener,
|
||||
const GURL& opener_url,
|
||||
const GURL& opener_top_level_frame_url,
|
||||
|
@ -242,9 +240,6 @@ class AtomBrowserClient : public content::ContentBrowserClient,
|
|||
// list of site per affinity. weak_ptr to prevent instance locking
|
||||
std::map<std::string, content::SiteInstance*> site_per_affinities_;
|
||||
|
||||
std::unique_ptr<AtomResourceDispatcherHostDelegate>
|
||||
resource_dispatcher_host_delegate_;
|
||||
|
||||
std::unique_ptr<PlatformNotificationService> notification_service_;
|
||||
std::unique_ptr<NotificationPresenter> notification_presenter_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue