зеркало из https://github.com/electron/electron.git
fix: when building with enable_pdf_viewer = false (#22604)
This commit is contained in:
Родитель
bf75e5a91f
Коммит
b081fc3ac3
|
@ -389,7 +389,11 @@ bool RendererClientBase::IsPluginHandledExternally(
|
|||
|
||||
bool RendererClientBase::IsOriginIsolatedPepperPlugin(
|
||||
const base::FilePath& plugin_path) {
|
||||
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||
return plugin_path.value() == kPdfPluginPath;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
std::unique_ptr<blink::WebPrescientNetworking>
|
||||
|
|
Загрузка…
Ссылка в новой задаче