Update to Chromium version 78.0.3904.0 (#693954)

This commit is contained in:
Marshall Greenblatt
2019-10-01 13:55:16 +00:00
parent c8b457da38
commit f8e0797773
151 changed files with 1485 additions and 2238 deletions

View File

@@ -72,12 +72,6 @@ class CefPrintSettings : public virtual CefBaseRefCounted {
/*--cef()--*/
virtual bool IsReadOnly() = 0;
///
// Returns a writable copy of this object.
///
/*--cef()--*/
virtual CefRefPtr<CefPrintSettings> Copy() = 0;
///
// Set the page orientation.
///