mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 78.0.3904.0 (#693954)
This commit is contained in:
@@ -42,7 +42,8 @@ class CefPrintDialogLinux : public printing::PrintDialogGtkInterface,
|
||||
|
||||
// PrintDialogGtkInterface implementation.
|
||||
void UseDefaultSettings() override;
|
||||
void UpdateSettings(printing::PrintSettings* settings) override;
|
||||
void UpdateSettings(
|
||||
std::unique_ptr<printing::PrintSettings> settings) override;
|
||||
void ShowDialog(
|
||||
gfx::NativeView parent_view,
|
||||
bool has_selection,
|
||||
@@ -68,7 +69,8 @@ class CefPrintDialogLinux : public printing::PrintDialogGtkInterface,
|
||||
void SetHandler();
|
||||
void ReleaseHandler();
|
||||
|
||||
bool UpdateSettings(printing::PrintSettings* settings, bool get_defaults);
|
||||
bool UpdateSettings(std::unique_ptr<printing::PrintSettings> settings,
|
||||
bool get_defaults);
|
||||
|
||||
// Prints document named |document_name|.
|
||||
void SendDocumentToPrinter(const base::string16& document_name);
|
||||
|
Reference in New Issue
Block a user