fix: NOTREACHED in content::ChildProcessHost::GetChildPath when enable_plugins=false (#25525)

This commit is contained in:
Milan Burda 2020-09-21 04:08:15 +02:00 committed by GitHub
parent efd003d277
commit e50d6e47c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 6 deletions

View file

@ -15,7 +15,7 @@
#include "shell/browser/extensions/electron_messaging_delegate.h"
#if BUILDFLAG(ENABLE_PDF_VIEWER)
#include "components/pdf/browser/pdf_web_contents_helper.h"
#include "components/pdf/browser/pdf_web_contents_helper.h" // nogncheck
#include "shell/browser/electron_pdf_web_contents_helper_client.h"
#endif