Update to Chromium version 111.0.5563.0 (#1097615)

This commit is contained in:
Marshall Greenblatt
2023-01-30 12:43:54 -05:00
parent 4c41f14360
commit dc2231cdfb
179 changed files with 986 additions and 930 deletions

View File

@@ -324,7 +324,6 @@ class MediaObserver : public CefMediaObserver {
CefRefPtr<CefDictionaryValue> sink_dict = CefDictionaryValue::Create();
sink_dict->SetString("id", it->first);
sink_dict->SetString("name", info->sink->GetName());
sink_dict->SetString("desc", info->sink->GetDescription());
sink_dict->SetInt("icon", info->sink->GetIconType());
sink_dict->SetString("ip_address",
CefString(&info->device_info.ip_address));

View File

@@ -240,7 +240,6 @@ Expected format for |sinks| is:
name: string,
type: string ('cast' or 'dial'),
id: string,
desc: string,
icon: int
}, ...
]
@@ -506,14 +505,12 @@ function initDemoMode() {
name: 'Sink 1',
type: 'cast',
id: 'sink1',
desc: 'My cast device',
icon: CEF_MSIT_CAST
},
{
name: 'Sink 2',
type: 'dial',
id: 'sink2',
desc: 'My dial device',
icon: CEF_MSIT_GENERIC
}
];