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

Issue 686333002: Hotword Private API: Adds speech training functions. (Closed)

Created:
6 years, 1 month ago by kcarattini
Modified:
6 years, 1 month ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, asvitkine+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, rlp+watch_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, chromium-apps-reviews_chromium.org, Jered, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Hotword Private API: Adds speech training functions. BUG=397019, 390086 Committed: https://crrev.com/df338050bb40f33fa9934b9da390e7f6823e251e Cr-Commit-Position: refs/heads/master@{#302409}

Patch Set 1 #

Patch Set 2 : Added tests for Finalize Speaker Model #

Total comments: 4

Patch Set 3 : Review COmments #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -24 lines) Patch
M chrome/browser/extensions/api/hotword_private/hotword_private_api.h View 2 chunks +43 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_api.cc View 1 2 7 chunks +60 lines, -11 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc View 1 2 3 3 chunks +48 lines, -2 lines 0 comments Download
M chrome/browser/search/hotword_service.h View 1 2 3 3 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/search/hotword_service.cc View 1 2 3 3 chunks +51 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/hotword_private.idl View 1 2 3 chunks +21 lines, -1 line 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/onFinalizeSpeakerModel/manifest.json View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/onFinalizeSpeakerModel/test.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/onHotwordTriggered/manifest.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/onHotwordTriggered/test.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/startTraining/manifest.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/startTraining/test.js View 1 chunk +3 lines, -3 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/stopTraining/manifest.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/stopTraining/test.js View 1 chunk +3 lines, -4 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
kcarattini
mpearson@chromium.org: Please review changes in histograms.xml and extension_function_histogram-value.h jhawkins@chromium.org: Please review changes in chrome/browser/extensions/api/... chrome/browser/ui/webui/... ...
6 years, 1 month ago (2014-10-30 00:49:19 UTC) #2
Mark P
histograms.xml and extension_function_histogram-value.h lgtm
6 years, 1 month ago (2014-10-30 01:03:38 UTC) #3
James Hawkins
On 2014/10/30 00:49:19, kcarattini wrote: > mailto:mpearson@chromium.org: Please review changes in histograms.xml and > extension_function_histogram-value.h ...
6 years, 1 month ago (2014-10-30 18:20:07 UTC) #4
rpetterson
https://codereview.chromium.org/686333002/diff/20001/chrome/browser/extensions/api/hotword_private/hotword_private_api.cc File chrome/browser/extensions/api/hotword_private/hotword_private_api.cc (right): https://codereview.chromium.org/686333002/diff/20001/chrome/browser/extensions/api/hotword_private/hotword_private_api.cc#newcode68 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc:68: pref_name == std::string( Why is this a part of ...
6 years, 1 month ago (2014-10-30 19:48:36 UTC) #5
kcarattini
https://codereview.chromium.org/686333002/diff/20001/chrome/browser/extensions/api/hotword_private/hotword_private_api.cc File chrome/browser/extensions/api/hotword_private/hotword_private_api.cc (right): https://codereview.chromium.org/686333002/diff/20001/chrome/browser/extensions/api/hotword_private/hotword_private_api.cc#newcode68 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc:68: pref_name == std::string( On 2014/10/30 19:48:36, rpetterson wrote: > ...
6 years, 1 month ago (2014-10-30 23:44:19 UTC) #6
kcarattini
sky@, please review changes in chrome/test/... benwells@, please review changes in chrome/browser/extensions/... and chrome/common/extensions/...
6 years, 1 month ago (2014-10-30 23:47:51 UTC) #8
rpetterson
lgtm
6 years, 1 month ago (2014-10-30 23:51:37 UTC) #9
sky
On 2014/10/30 23:47:51, kcarattini wrote: > sky@, please review changes in chrome/test/... You only have ...
6 years, 1 month ago (2014-10-31 15:56:46 UTC) #10
chromium-reviews
Ok. Ben, just waiting for you now :) Kendra On Sat, Nov 1, 2014 at ...
6 years, 1 month ago (2014-11-03 00:15:59 UTC) #12
benwells
lgtm
6 years, 1 month ago (2014-11-03 00:19:59 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/686333002/60001
6 years, 1 month ago (2014-11-03 00:22:33 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-03 01:20:00 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 01:20:25 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/df338050bb40f33fa9934b9da390e7f6823e251e
Cr-Commit-Position: refs/heads/master@{#302409}

Powered by Google App Engine
This is Rietveld 408576698