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

Issue 471853002: Use the new hotword extension in the launcher when it is enabled. (Closed)

Created:
6 years, 4 months ago by Anand Mistry (off Chromium)
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, tfarina, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, rlp+watch_chromium.org, Jered, Matt Giuca
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use the new hotword extension in the launcher when it is enabled. This stops the launcher from using its hotwording functionality, and adds support for the new extension. BUG=397019 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291031

Patch Set 1 #

Total comments: 18

Patch Set 2 : Address review comments. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -5 lines) Patch
M chrome/browser/search/hotword_service.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service.cc View 4 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 1 4 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.cc View 1 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
Anand Mistry (off Chromium)
6 years, 4 months ago (2014-08-14 07:32:30 UTC) #1
Matt Giuca
I haven't really looked (just found a typo). I'm not sure I'm very qualified to ...
6 years, 4 months ago (2014-08-14 07:45:24 UTC) #2
Anand Mistry (off Chromium)
Added xiyuan as reviewer. @xiyuan: Feel free to re-direct to someone you feel is more ...
6 years, 4 months ago (2014-08-14 08:09:00 UTC) #3
arv (Not doing code reviews)
I don't know this code so I just pointed out some obvious things. I assume ...
6 years, 4 months ago (2014-08-14 15:48:07 UTC) #4
xiyuan
mukai@ is a better reviewer for this.
6 years, 4 months ago (2014-08-14 19:58:10 UTC) #5
Jun Mukai
https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc#newcode458 chrome/browser/search/hotword_service.cc:458: if (!IsServiceAvailable() || (client_ && client_ != client)) On ...
6 years, 4 months ago (2014-08-14 22:10:08 UTC) #6
Anand Mistry (off Chromium)
https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc#newcode458 chrome/browser/search/hotword_service.cc:458: if (!IsServiceAvailable() || (client_ && client_ != client)) On ...
6 years, 4 months ago (2014-08-15 00:14:51 UTC) #7
Jun Mukai
https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc File chrome/browser/search/hotword_service.cc (right): https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc#newcode458 chrome/browser/search/hotword_service.cc:458: if (!IsServiceAvailable() || (client_ && client_ != client)) On ...
6 years, 4 months ago (2014-08-15 00:30:07 UTC) #8
Anand Mistry (off Chromium)
On 2014/08/15 00:30:07, Jun Mukai wrote: > https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc > File chrome/browser/search/hotword_service.cc (right): > > https://codereview.chromium.org/471853002/diff/1/chrome/browser/search/hotword_service.cc#newcode458 ...
6 years, 4 months ago (2014-08-15 00:57:43 UTC) #9
Jun Mukai
On 2014/08/15 00:57:43, Anand Mistry wrote: > On 2014/08/15 00:30:07, Jun Mukai wrote: > > ...
6 years, 4 months ago (2014-08-15 01:40:15 UTC) #10
Anand Mistry (off Chromium)
On 2014/08/15 01:40:15, Jun Mukai wrote: > On 2014/08/15 00:57:43, Anand Mistry wrote: > > ...
6 years, 4 months ago (2014-08-15 06:41:01 UTC) #11
Jun Mukai
On 2014/08/15 06:41:01, Anand Mistry wrote: > On 2014/08/15 01:40:15, Jun Mukai wrote: > > ...
6 years, 4 months ago (2014-08-15 06:52:16 UTC) #12
Anand Mistry (off Chromium)
Ping!
6 years, 4 months ago (2014-08-20 01:27:49 UTC) #13
xiyuan
I am good as long as Mukai is happy. LGTM in case you are waiting ...
6 years, 4 months ago (2014-08-20 01:36:18 UTC) #14
Anand Mistry (off Chromium)
Still need an lgtm for hotword_service.*
6 years, 4 months ago (2014-08-20 06:48:01 UTC) #15
rpetterson
On 2014/08/20 06:48:01, Anand Mistry wrote: > Still need an lgtm for hotword_service.* Sorry, didn't ...
6 years, 4 months ago (2014-08-20 17:33:39 UTC) #16
Anand Mistry (off Chromium)
The CQ bit was checked by amistry@chromium.org
6 years, 4 months ago (2014-08-20 23:17:25 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amistry@chromium.org/471853002/40001
6 years, 4 months ago (2014-08-20 23:20:23 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 01:10:38 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 01:13:19 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55394) android_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg/builds/8127)
6 years, 4 months ago (2014-08-21 01:13:20 UTC) #21
Anand Mistry (off Chromium)
The CQ bit was checked by amistry@chromium.org
6 years, 4 months ago (2014-08-21 04:45:35 UTC) #22
Anand Mistry (off Chromium)
The CQ bit was unchecked by amistry@chromium.org
6 years, 4 months ago (2014-08-21 04:45:59 UTC) #23
Anand Mistry (off Chromium)
The CQ bit was checked by amistry@chromium.org
6 years, 4 months ago (2014-08-21 04:46:24 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amistry@chromium.org/471853002/40001
6 years, 4 months ago (2014-08-21 04:48:11 UTC) #25
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 09:42:08 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (40001) as 291031

Powered by Google App Engine
This is Rietveld 408576698