mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 111.0.5563.0 (#1097615)
This commit is contained in:
@@ -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));
|
||||
|
@@ -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
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user