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

Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
trop[bot]
2020-09-23 10:46:00 +09:00
committed by GitHub
parent a8dc3ae5c2
commit 9ff208f898
5 changed files with 11 additions and 6 deletions

View File

@@ -54,7 +54,7 @@
#endif
#if BUILDFLAG(ENABLE_PDF_VIEWER)
#include "chrome/renderer/pepper/chrome_pdf_print_client.h"
#include "chrome/renderer/pepper/chrome_pdf_print_client.h" // nogncheck
#include "shell/common/electron_constants.h"
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)