mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 09:32:47 +00:00
30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
![]() |
From 60e68a6bbac3904a68d1270843f839cf4c56883a Mon Sep 17 00:00:00 2001
|
||
|
From: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
|
||
|
Date: Mon, 30 May 2022 00:43:20 +0300
|
||
|
Subject: [PATCH] Remove voice search button
|
||
|
|
||
|
Remove voice search button from chrome://new-tab-page.
|
||
|
Firstly, Google APIs keys do not work now and this button also does not work.
|
||
|
Secondly, we use Yandex as the default search for most users, and Google's voice search is irrelevant.
|
||
|
---
|
||
|
chrome/browser/resources/new_tab_page/realbox/realbox.html | 3 ---
|
||
|
1 file changed, 3 deletions(-)
|
||
|
|
||
|
diff --git a/chrome/browser/resources/new_tab_page/realbox/realbox.html b/chrome/browser/resources/new_tab_page/realbox/realbox.html
|
||
|
index 4f411aaf24..265dda16fe 100644
|
||
|
--- a/chrome/browser/resources/new_tab_page/realbox/realbox.html
|
||
|
+++ b/chrome/browser/resources/new_tab_page/realbox/realbox.html
|
||
|
@@ -137,9 +137,6 @@
|
||
|
<ntp-realbox-icon id="icon" match="[[selectedMatch_]]"
|
||
|
default-icon="[[realboxIcon_]]" in-searchbox>
|
||
|
</ntp-realbox-icon>
|
||
|
- <button id="voiceSearchButton" on-click="onVoiceSearchClick_"
|
||
|
- title="$i18n{voiceSearchButtonLabel}">
|
||
|
- </button>
|
||
|
<ntp-realbox-dropdown id="matches" role="listbox" theme="[[theme]]"
|
||
|
result="[[result_]]" selected-match-index="{{selectedMatchIndex_}}"
|
||
|
on-result-repaint="onResultRepaint_" on-match-focusin="onMatchFocusin_"
|
||
|
--
|
||
|
2.35.2
|
||
|
|