chromium-browser-stable/0003-Remove-voice-search-button.patch

17 lines
741 B
Diff
Raw Normal View History

2022-05-30 00:48:20 +03:00
diff --git a/chrome/browser/resources/new_tab_page/realbox/realbox.html b/chrome/browser/resources/new_tab_page/realbox/realbox.html
2023-02-08 23:35:47 +00:00
index 2e91c57..fbdf426 100644
2022-05-30 00:48:20 +03:00
--- a/chrome/browser/resources/new_tab_page/realbox/realbox.html
+++ b/chrome/browser/resources/new_tab_page/realbox/realbox.html
2023-02-08 23:35:47 +00:00
@@ -187,11 +187,6 @@
2022-05-30 00:48:20 +03:00
<ntp-realbox-icon id="icon" match="[[selectedMatch_]]"
default-icon="[[realboxIcon_]]" in-searchbox>
</ntp-realbox-icon>
2023-02-08 23:35:47 +00:00
- <button id="voiceSearchButton"
- class="realbox-icon-button"
- on-click="onVoiceSearchClick_"
- title="$i18n{voiceSearchButtonLabel}">
2022-05-30 00:48:20 +03:00
- </button>
2023-02-08 23:35:47 +00:00
<template is="dom-if" if="[[realboxLensSearchEnabled_]]">
<button id="lensSearchButton"
class="realbox-icon-button"