chore: Remove AtomResourceDispatcherHostDelegate (#18623)

It is no longer used, follow up for
1610892
This commit is contained in:
Robo 2019-06-05 12:49:05 -07:00 committed by GitHub
parent 291ee2dafc
commit 7d326f6bc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 73 deletions

View file

@ -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_;