fix: NOTREACHED in content::ChildProcessHost::GetChildPath when enable_plugins=false (#25525)
This commit is contained in:
parent
efd003d277
commit
e50d6e47c4
5 changed files with 11 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "electron/buildflags/buildflags.h"
|
||||
|
||||
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||
#include "chrome/browser/pdf/pdf_extension_util.h"
|
||||
#include "chrome/browser/pdf/pdf_extension_util.h" // nogncheck
|
||||
#include "extensions/common/constants.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "shell/browser/extensions/electron_extension_loader.h"
|
||||
|
||||
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||
#include "chrome/browser/pdf/pdf_extension_util.h"
|
||||
#include "chrome/browser/pdf/pdf_extension_util.h" // nogncheck
|
||||
#endif
|
||||
|
||||
using content::BrowserContext;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue