Fix PDF load in <embed> and <object> tags (fixes issue #2727, see issue #2622)

This commit is contained in:
Marshall Greenblatt
2019-07-24 17:12:00 -04:00
parent b34af23449
commit 84fed5dc0e
7 changed files with 143 additions and 1 deletions

View File

@@ -138,6 +138,9 @@ class CefContentRendererClient
void DevToolsAgentDetached() override;
void CreateRendererService(
service_manager::mojom::ServiceRequest service_request) override;
std::unique_ptr<content::URLLoaderThrottleProvider>
CreateURLLoaderThrottleProvider(
content::URLLoaderThrottleProviderType provider_type) override;
// service_manager::Service implementation.
void OnBindInterface(const service_manager::BindSourceInfo& remote_info,