chore: bump chromium to 128.0.6571.0 (main) (#42749)
* chore: bump chromium in DEPS to 128.0.6571.0 * 5636652: [4/n] Introduce RenderInputRouterClient and move InputRouterClient implementation to RenderInputRouter.5636652
* 5655811: Revert "Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al"""5655811
* 5581006: [tracing] Forward startup tracing config as shmem5581006
* chore: fixup patch indices * 5608450: [Views AX] Move Image Auto Captioning strings to ui/5608450
* 5648900: [Extensions] Move ExtensionAPIEnabledForServiceWorkerScript()5648900
* 5651681: Remove Web Speech API profanity masking5651681
* 5651361: `content::RenderFrame::GetBrowserInterfaceBroker`: return a const-ref.5651361
* 5604943: Start capture of toolbar after gesture end events are received5604943
* 5624392: [BRP] Enforce raw_ptr/ref in Renderer code5624392
* 5659259: Portals: Remove WebContentsView::TransferDragSecurityInfo5659259
* 5230721: Move ComposeStatus to components/compose5230721
* 5647894: [api] Cleanup usages of v8::ReturnValue<void>::Set[NonEmpty](..)5647894
--------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
cf5fb4505e
commit
07e6b34a07
61 changed files with 260 additions and 240 deletions
|
@ -54,11 +54,6 @@ ElectronSpeechRecognitionManagerDelegate::GetEventListener() {
|
|||
return this;
|
||||
}
|
||||
|
||||
bool ElectronSpeechRecognitionManagerDelegate::FilterProfanities(
|
||||
int render_process_id) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void ElectronSpeechRecognitionManagerDelegate::BindSpeechRecognitionContext(
|
||||
mojo::PendingReceiver<media::mojom::SpeechRecognitionContext> receiver) {}
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@ class ElectronSpeechRecognitionManagerDelegate
|
|||
base::OnceCallback<void(bool ask_user, bool is_allowed)> callback)
|
||||
override;
|
||||
content::SpeechRecognitionEventListener* GetEventListener() override;
|
||||
bool FilterProfanities(int render_process_id) override;
|
||||
void BindSpeechRecognitionContext(
|
||||
mojo::PendingReceiver<media::mojom::SpeechRecognitionContext> receiver)
|
||||
override;
|
||||
|
|
|
@ -104,10 +104,6 @@ content::DropData* OffScreenWebContentsView::GetDropData() const {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
void OffScreenWebContentsView::TransferDragSecurityInfo(WebContentsView* view) {
|
||||
NOTREACHED();
|
||||
}
|
||||
|
||||
gfx::Rect OffScreenWebContentsView::GetViewBounds() const {
|
||||
return GetView() ? GetView()->GetViewBounds() : gfx::Rect();
|
||||
}
|
||||
|
|
|
@ -53,7 +53,6 @@ class OffScreenWebContentsView : public content::WebContentsView,
|
|||
void RestoreFocus() override;
|
||||
void FocusThroughTabTraversal(bool reverse) override;
|
||||
content::DropData* GetDropData() const override;
|
||||
void TransferDragSecurityInfo(WebContentsView* view) override;
|
||||
gfx::Rect GetViewBounds() const override;
|
||||
void CreateView(gfx::NativeView context) override;
|
||||
content::RenderWidgetHostViewBase* CreateViewForWidget(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue