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

Issue 1027683002: Hotword Private API: Add function and event to query the existence of a speaker model (Closed)

Created:
5 years, 9 months ago by kcarattini
Modified:
5 years, 9 months ago
CC:
chromium-reviews, 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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Hotword Private API: Add function and event to query the existence of a speaker model BUG=438525 Committed: https://crrev.com/a9d915405c0eade5691c168f897dc7c8a4deba30 Cr-Commit-Position: refs/heads/master@{#321947}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review Comments #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Upload test files #

Patch Set 6 : Upload remaining test files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -5 lines) Patch
M chrome/browser/extensions/api/hotword_private/hotword_private_api.h View 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_api.cc View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/extensions/api/hotword_private.idl View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/onSpeakerModelExists/manifest.json View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/onSpeakerModelExists/test.js View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultFalse/manifest.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultFalse/test.js View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/manifest.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/hotword_private/speakerModelExistsResultTrue/test.js View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
kcarattini
mpearson@ please review tools/metrics/histograms/histograms.xml and extensions/browser/extension_function_histogram_value.h benwells@ please review chrome/common/extensions/api/hotword_private.idl
5 years, 9 months ago (2015-03-20 06:53:14 UTC) #2
benwells
lgtm with the comments updated. https://codereview.chromium.org/1027683002/diff/1/chrome/common/extensions/api/hotword_private.idl File chrome/common/extensions/api/hotword_private.idl (right): https://codereview.chromium.org/1027683002/diff/1/chrome/common/extensions/api/hotword_private.idl#newcode146 chrome/common/extensions/api/hotword_private.idl:146: // Gets the audio ...
5 years, 9 months ago (2015-03-20 07:01:40 UTC) #3
kcarattini
https://codereview.chromium.org/1027683002/diff/1/chrome/common/extensions/api/hotword_private.idl File chrome/common/extensions/api/hotword_private.idl (right): https://codereview.chromium.org/1027683002/diff/1/chrome/common/extensions/api/hotword_private.idl#newcode146 chrome/common/extensions/api/hotword_private.idl:146: // Gets the audio history opt-in state. On 2015/03/20 ...
5 years, 9 months ago (2015-03-20 07:24:00 UTC) #4
Mark P
histograms.xml lgtm
5 years, 9 months ago (2015-03-20 16:52:47 UTC) #5
Anand Mistry (off Chromium)
lgtm
5 years, 9 months ago (2015-03-23 03:05:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027683002/40001
5 years, 9 months ago (2015-03-24 04:42:12 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/50454)
5 years, 9 months ago (2015-03-24 04:44:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027683002/60001
5 years, 9 months ago (2015-03-24 04:50:01 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/39017)
5 years, 9 months ago (2015-03-24 06:12:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027683002/100001
5 years, 9 months ago (2015-03-24 06:26:25 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 9 months ago (2015-03-24 07:33:15 UTC) #20
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 07:33:56 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a9d915405c0eade5691c168f897dc7c8a4deba30
Cr-Commit-Position: refs/heads/master@{#321947}

Powered by Google App Engine
This is Rietveld 408576698