fix: build when pdf component is disabled (#33513)
This commit is contained in:
parent
b711860d21
commit
afe0116d59
9 changed files with 58 additions and 60 deletions
|
@ -30,8 +30,8 @@ extern const char kRunAsNode[];
|
|||
#endif
|
||||
|
||||
#if BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||
// The MIME type used for the PDF plugin.
|
||||
extern const char kPdfPluginMimeType[];
|
||||
extern const char kPDFExtensionPluginName[];
|
||||
extern const char kPDFInternalPluginName[];
|
||||
extern const base::FilePath::CharType kPdfPluginPath[];
|
||||
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue