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

Issue 460113005: Adds the audio history and always on hotwording settings. (Closed)

Created:
6 years, 4 months ago by kcarattini
Modified:
6 years, 4 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, 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
Project:
chromium
Visibility:
Public.

Description

Adds the audio history and always on hotwording settings. BUG=390086 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289577

Patch Set 1 #

Patch Set 2 : fixed errors #

Total comments: 27

Patch Set 3 : Review Comment Modifications #

Total comments: 2

Patch Set 4 : Rebase #

Patch Set 5 : Responded to Review Comments #

Total comments: 2

Patch Set 6 : Alphabetical Reordering #

Total comments: 2

Patch Set 7 : Review Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -6 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service_factory.cc View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
kcarattini
First stab at adding the checkboxes to the settings page.
6 years, 4 months ago (2014-08-12 06:49:53 UTC) #1
Matt Giuca
https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd#newcode6625 chrome/app/generated_resources.grd:6625: + <message name="IDS_HOTWORD_SEARCH_PREF_CHKBOX" desc="A checkbox under Voice on the ...
6 years, 4 months ago (2014-08-12 08:37:39 UTC) #2
Anand Mistry (off Chromium)
https://codereview.chromium.org/460113005/diff/20001/chrome/common/pref_names.cc File chrome/common/pref_names.cc (right): https://codereview.chromium.org/460113005/diff/20001/chrome/common/pref_names.cc#newcode1783 chrome/common/pref_names.cc:1783: const char kHotwordAlwaysOnSearchEnabled[] = "hotword.always_on_search_enabled"; On 2014/08/12 08:37:39, Matt ...
6 years, 4 months ago (2014-08-12 08:46:35 UTC) #3
rpetterson
Can you also send screenshots? I'm not able to easily patch this to test right ...
6 years, 4 months ago (2014-08-12 18:21:57 UTC) #4
kcarattini
I've added a screenshot to the bug. PTAL, Kendra https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd#newcode6625 chrome/app/generated_resources.grd:6625: ...
6 years, 4 months ago (2014-08-13 03:51:54 UTC) #5
Matt Giuca
lgtm with 2 nits. https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd#newcode6632 chrome/app/generated_resources.grd:6632: + "Ok Google" detection from ...
6 years, 4 months ago (2014-08-13 05:21:09 UTC) #6
kcarattini
+jhawkins for OWNERS approval. https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/460113005/diff/20001/chrome/app/generated_resources.grd#newcode6638 chrome/app/generated_resources.grd:6638: + Audio History On 2014/08/13 ...
6 years, 4 months ago (2014-08-13 05:34:33 UTC) #7
benwells
drive by comment (don't wait for my lg) https://codereview.chromium.org/460113005/diff/80001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/460113005/diff/80001/chrome/browser/resources/options/browser_options.js#newcode1940 chrome/browser/resources/options/browser_options.js:1940: 'showHotwordAlwaysOnSection', ...
6 years, 4 months ago (2014-08-13 05:57:48 UTC) #8
kcarattini
https://codereview.chromium.org/460113005/diff/80001/chrome/browser/resources/options/browser_options.js File chrome/browser/resources/options/browser_options.js (right): https://codereview.chromium.org/460113005/diff/80001/chrome/browser/resources/options/browser_options.js#newcode1940 chrome/browser/resources/options/browser_options.js:1940: 'showHotwordAlwaysOnSection', On 2014/08/13 05:57:48, benwells wrote: > Nit: I ...
6 years, 4 months ago (2014-08-13 06:46:23 UTC) #9
James Hawkins
LGTM with nit. https://codereview.chromium.org/460113005/diff/100001/chrome/browser/search/hotword_service_factory.cc File chrome/browser/search/hotword_service_factory.cc (right): https://codereview.chromium.org/460113005/diff/100001/chrome/browser/search/hotword_service_factory.cc#newcode101 chrome/browser/search/hotword_service_factory.cc:101: // Google unless they have opted ...
6 years, 4 months ago (2014-08-13 14:16:55 UTC) #10
kcarattini
https://codereview.chromium.org/460113005/diff/100001/chrome/browser/search/hotword_service_factory.cc File chrome/browser/search/hotword_service_factory.cc (right): https://codereview.chromium.org/460113005/diff/100001/chrome/browser/search/hotword_service_factory.cc#newcode101 chrome/browser/search/hotword_service_factory.cc:101: // Google unless they have opted into Hotwording at ...
6 years, 4 months ago (2014-08-14 01:34:02 UTC) #11
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 4 months ago (2014-08-14 01:34:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/460113005/120001
6 years, 4 months ago (2014-08-14 01:37:38 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-14 13:45:05 UTC) #14
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 15:02:09 UTC) #15
Message was sent while issue was closed.
Committed patchset #7 (120001) as 289577

Powered by Google App Engine
This is Rietveld 408576698