Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Issue 1428423002: Remove setVoiceSearchSupported part of EmbeddedSearch SearchBox API. (Closed)

Created:
5 years, 1 month ago by Evan Stade
Modified:
5 years, 1 month ago
Reviewers:
msw, samarth, oshima
CC:
chromium-reviews, extensions-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, oshima+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, chromium-apps-reviews_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, tfarina, kmadhusu+watch_chromium.org, James Su, Jered
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove setVoiceSearchSupported part of EmbeddedSearch SearchBox API. also remove the mic search view from the location bar. The NTP "omnibox" still has voice search but that's unrelated. BUG=522168 TBR=oshima@chromium.org Committed: https://crrev.com/e3168e1578dc4bbc928d86976a33db284ede2164 Cr-Commit-Position: refs/heads/master@{#358641}

Patch Set 1 #

Total comments: 27

Patch Set 2 : delete more stuff #

Patch Set 3 : one more line #

Patch Set 4 : mac fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -472 lines) Patch
M chrome/app/chrome_command_ids.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/app/theme/default_100_percent/common/omnibox_mic_search.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/omnibox_mic_search.png View Binary file 0 comments Download
D chrome/app/theme/material_100_percent/common/omnibox_mic_search.png View Binary file 0 comments Download
D chrome/app/theme/material_200_percent/common/omnibox_mic_search.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/global_keyboard_shortcuts_mac.mm View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/keyboard_overlay_data.js View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_command_controller.cc View 1 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/browser_commands.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 6 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 8 chunks +0 lines, -22 lines 0 comments Download
D chrome/browser/ui/cocoa/location_bar/mic_search_decoration.h View 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/browser/ui/cocoa/location_bar/mic_search_decoration.mm View 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/browser/ui/cocoa/view_id_util_browsertest.mm View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/search/instant_extended_interactive_uitest.cc View 1 3 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router.h View 1 5 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router.cc View 1 3 chunks +0 lines, -22 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router_policy_impl.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router_policy_impl.cc View 1 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router_policy_unittest.cc View 1 3 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/ui/search/search_ipc_router_unittest.cc View 1 5 chunks +0 lines, -53 lines 0 comments Download
M chrome/browser/ui/search/search_model.h View 1 3 chunks +1 line, -13 lines 0 comments Download
M chrome/browser/ui/search/search_model.cc View 1 2 chunks +4 lines, -27 lines 0 comments Download
M chrome/browser/ui/search/search_model_unittest.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.h View 1 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper.cc View 1 3 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/search/search_tab_helper_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/view_ids.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/accelerator_table.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 7 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 12 chunks +5 lines, -58 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/renderer/resources/extensions/searchbox_api.js View 1 2 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/renderer/searchbox/searchbox.h View 1 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/renderer/searchbox/searchbox.cc View 1 3 chunks +0 lines, -14 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 5 chunks +0 lines, -39 lines 0 comments Download
M chrome/test/data/instant_extended.html View 1 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/test/data/instant_extended_ntp.html View 1 3 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
Evan Stade
+samarth for search/ and searchbox/ +msw for the rest of c/b/ui +oshima for c/a/theme
5 years, 1 month ago (2015-11-06 23:09:55 UTC) #2
msw
It's hard to distinguish genuinely dead code here from the still-used NTP "Search by voice" ...
5 years, 1 month ago (2015-11-06 23:59:23 UTC) #3
Evan Stade
> It's hard to distinguish genuinely dead code here from the still-used NTP > "Search ...
5 years, 1 month ago (2015-11-07 00:43:03 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428423002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428423002/20001
5 years, 1 month ago (2015-11-07 00:45:04 UTC) #6
samarth
lgtm for search Confirmed again that this is not used on the server-side for Google. ...
5 years, 1 month ago (2015-11-07 02:45:16 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428423002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428423002/60001
5 years, 1 month ago (2015-11-07 03:12:59 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-07 04:25:38 UTC) #11
msw
lgtm (regarding the cl desc: i was mostly confused by all the remaining code i ...
5 years, 1 month ago (2015-11-09 18:51:12 UTC) #12
Evan Stade
> regarding the cl desc: [...] done TBR'ing oshima for asset deletion.
5 years, 1 month ago (2015-11-09 18:53:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1428423002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1428423002/60001
5 years, 1 month ago (2015-11-09 18:54:46 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-09 20:38:38 UTC) #19
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/e3168e1578dc4bbc928d86976a33db284ede2164 Cr-Commit-Position: refs/heads/master@{#358641}
5 years, 1 month ago (2015-11-09 20:40:00 UTC) #20
robliao
5 years, 1 month ago (2015-11-09 21:18:16 UTC) #21
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1436583002/ by robliao@chromium.org.

The reason for reverting is: ..\..\chrome\app\chrome_dll.rc(118) : error RC2104
: undefined keyword or key name: IDC_TOGGLE_SPEECH_INPUT.

Powered by Google App Engine
This is Rietveld 408576698