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

Issue 2425713002: [ios] Adds configuration helper files for voice search. (Closed)

Created:
4 years, 2 months ago by rohitrao (ping after 24h)
Modified:
4 years, 2 months ago
Reviewers:
sdefresne
CC:
chromium-reviews, mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Adds configuration helper files for voice search. Also adds a provider API in ChromeBrowserProvider to return the list of available voice search languages. BUG=656617 TEST=No visible impact. Voice search languages should continue to appear in Settings. Committed: https://crrev.com/976869e5ad80f517cc8d7515aec8c7916275d745 Cr-Commit-Position: refs/heads/master@{#425760}

Patch Set 1 #

Patch Set 2 : Remove test. #

Patch Set 3 : Separate targets. #

Total comments: 27

Patch Set 4 : Review and file moves. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+632 lines, -0 lines) Patch
A ios/chrome/browser/voice/BUILD.gn View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A + ios/chrome/browser/voice/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale_config.h View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale_config.mm View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale_config_impl.h View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale_config_impl.mm View 1 2 3 1 chunk +193 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale_match_config.h View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A ios/chrome/browser/voice/speech_input_locale_match_config.mm View 1 2 3 1 chunk +108 lines, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/chrome_browser_provider.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/chrome_browser_provider.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/test_chrome_browser_provider.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/test_chrome_browser_provider.mm View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
A ios/public/provider/chrome/browser/voice/voice_search_language.h View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A ios/public/provider/chrome/browser/voice/voice_search_language.mm View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (17 generated)
rohitrao (ping after 24h)
4 years, 2 months ago (2016-10-17 15:12:59 UTC) #10
sdefresne
https://codereview.chromium.org/2425713002/diff/40001/ios/chrome/browser/ui/voice/speech_input_locale_config.h File ios/chrome/browser/ui/voice/speech_input_locale_config.h (right): https://codereview.chromium.org/2425713002/diff/40001/ios/chrome/browser/ui/voice/speech_input_locale_config.h#newcode25 ios/chrome/browser/ui/voice/speech_input_locale_config.h:25: virtual SpeechInputLocale GetDefaultLocale() = 0; Can this method be ...
4 years, 2 months ago (2016-10-17 16:12:40 UTC) #11
rohitrao (ping after 24h)
https://codereview.chromium.org/2425713002/diff/40001/ios/chrome/browser/ui/voice/speech_input_locale_config.h File ios/chrome/browser/ui/voice/speech_input_locale_config.h (right): https://codereview.chromium.org/2425713002/diff/40001/ios/chrome/browser/ui/voice/speech_input_locale_config.h#newcode25 ios/chrome/browser/ui/voice/speech_input_locale_config.h:25: virtual SpeechInputLocale GetDefaultLocale() = 0; On 2016/10/17 16:12:39, sdefresne ...
4 years, 2 months ago (2016-10-17 17:42:27 UTC) #15
sdefresne
lgtm
4 years, 2 months ago (2016-10-17 19:02:07 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2425713002/60001
4 years, 2 months ago (2016-10-17 19:20:21 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-17 20:06:56 UTC) #22
commit-bot: I haz the power
4 years, 2 months ago (2016-10-17 20:09:14 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/976869e5ad80f517cc8d7515aec8c7916275d745
Cr-Commit-Position: refs/heads/master@{#425760}

Powered by Google App Engine
This is Rietveld 408576698