chore: bump chromium to f755b70e34659441e72c1a928a406 (master) (#21000)
This commit is contained in:
parent
a5c9bd53e0
commit
49b47ee4ed
181 changed files with 1117 additions and 1786 deletions
|
@ -11,7 +11,6 @@
|
|||
#include "base/lazy_instance.h"
|
||||
#include "base/logging.h"
|
||||
#include "extensions/browser/media_capture_util.h"
|
||||
#include "extensions/browser/serial_extension_host_queue.h"
|
||||
#include "shell/browser/extensions/atom_extension_web_contents_observer.h"
|
||||
|
||||
namespace extensions {
|
||||
|
@ -65,13 +64,6 @@ bool AtomExtensionHostDelegate::CheckMediaAccessPermission(
|
|||
return true;
|
||||
}
|
||||
|
||||
static base::LazyInstance<SerialExtensionHostQueue>::DestructorAtExit g_queue =
|
||||
LAZY_INSTANCE_INITIALIZER;
|
||||
|
||||
ExtensionHostQueue* AtomExtensionHostDelegate::GetExtensionHostQueue() const {
|
||||
return g_queue.Pointer();
|
||||
}
|
||||
|
||||
content::PictureInPictureResult
|
||||
AtomExtensionHostDelegate::EnterPictureInPicture(
|
||||
content::WebContents* web_contents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue