chore: fix linting error on master (#14609)
This commit is contained in:
parent
73a1a8b3f0
commit
8cb449b5e1
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ void LoadResourceBundle(const std::string& locale) {
|
|||
bundle.AddDataPackFromPath(pak_dir.Append(FILE_PATH_LITERAL("resources.pak")),
|
||||
ui::SCALE_FACTOR_NONE);
|
||||
#if defined(ENABLE_PDF_VIEWER)
|
||||
NOTIMPLEMENTED() << "Hi, whoever's fixing PDF support! Thanks! The pdf viewer "
|
||||
"resources haven't been ported over to the GN build yet, so you'll "
|
||||
"probably need to change this bit of code.";
|
||||
NOTIMPLEMENTED() << "Hi, whoever's fixing PDF support! Thanks! The pdf "
|
||||
"viewer resources haven't been ported over to the GN build yet, so "
|
||||
"you'll probably need to change this bit of code.";
|
||||
bundle.AddDataPackFromPath(
|
||||
pak_dir.Append(FILE_PATH_LITERAL("pdf_viewer_resources.pak")),
|
||||
ui::GetSupportedScaleFactors()[0]);
|
||||
|
|
Loading…
Reference in a new issue