mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 118.0.5993.0 (#1192594)
This commit is contained in:
@@ -229,6 +229,14 @@ void CefPrintDialogLinux::UpdateSettings(
|
||||
UpdateSettings(std::move(settings), false);
|
||||
}
|
||||
|
||||
#if BUILDFLAG(ENABLE_OOP_PRINTING_NO_OOP_BASIC_PRINT_DIALOG)
|
||||
void CefPrintDialogLinux::LoadPrintSettings(
|
||||
const printing::PrintSettings& settings) {
|
||||
// TODO(linux): Need to read data from |settings.system_print_dialog_data()|?
|
||||
UseDefaultSettings();
|
||||
}
|
||||
#endif
|
||||
|
||||
void CefPrintDialogLinux::ShowDialog(
|
||||
gfx::NativeView parent_view,
|
||||
bool has_selection,
|
||||
|
Reference in New Issue
Block a user