|
|
Created:
5 years, 11 months ago by Anand Mistry (off Chromium) Modified:
5 years, 11 months ago CC:
chromium-reviews, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, rlp+watch_chromium.org, Jered, chrome-apps-syd-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRemove hardware check that enables always-on hotwording.
BUG=448859
Committed: https://crrev.com/e014345eab81e39c48956f9dae0cc0c66e170f08
Cr-Commit-Position: refs/heads/master@{#311797}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Keep code and #if out instead. #
Total comments: 1
Messages
Total messages: 21 (7 generated)
amistry@chromium.org changed reviewers: + mgiuca@chromium.org
Change for merging into M41.
https://codereview.chromium.org/805943005/diff/1/chrome/browser/search/hotwor... File chrome/browser/search/hotword_service_factory.cc (right): https://codereview.chromium.org/805943005/diff/1/chrome/browser/search/hotwor... chrome/browser/search/hotword_service_factory.cc:49: bool HotwordServiceFactory::IsHotwordHardwareAvailable() { I don't like the idea of removing this code; I understand that we'll want it back at some point in the future, just that we want it disabled for now. Can we just change this to #if false with a comment explaining why it is disabled?
https://codereview.chromium.org/805943005/diff/1/chrome/browser/search/hotwor... File chrome/browser/search/hotword_service_factory.cc (right): https://codereview.chromium.org/805943005/diff/1/chrome/browser/search/hotwor... chrome/browser/search/hotword_service_factory.cc:49: bool HotwordServiceFactory::IsHotwordHardwareAvailable() { On 2015/01/15 01:51:21, Matt Giuca wrote: > I don't like the idea of removing this code; I understand that we'll want it > back at some point in the future, just that we want it disabled for now. > > Can we just change this to > #if false > with a comment explaining why it is disabled? Done.
lgtm So are you planning to immediately revert this CL, and just merge this one? https://codereview.chromium.org/805943005/diff/20001/chrome/browser/search/ho... File chrome/browser/search/hotword_service_factory.cc (right): https://codereview.chromium.org/805943005/diff/20001/chrome/browser/search/ho... chrome/browser/search/hotword_service_factory.cc:53: #if defined(OS_CHROMEOS) I think you should delete this inner if. Your choice.
On 2015/01/15 02:56:43, Matt Giuca wrote: > lgtm > > So are you planning to immediately revert this CL, and just merge this one? That's pretty much the plan. > > https://codereview.chromium.org/805943005/diff/20001/chrome/browser/search/ho... > File chrome/browser/search/hotword_service_factory.cc (right): > > https://codereview.chromium.org/805943005/diff/20001/chrome/browser/search/ho... > chrome/browser/search/hotword_service_factory.cc:53: #if defined(OS_CHROMEOS) > I think you should delete this inner if. > > Your choice. Nah, considering I'm just going to undo this soon.
amistry@chromium.org changed reviewers: + thestig@chromium.org
thestig@chromium.org: For OWNERS approval.
lgtm, please revert soon
The CQ bit was checked by amistry@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/805943005/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...)
The CQ bit was checked by amistry@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/805943005/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...)
The CQ bit was checked by amistry@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/805943005/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/e014345eab81e39c48956f9dae0cc0c66e170f08 Cr-Commit-Position: refs/heads/master@{#311797} |