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

Issue 11779002: Make specch input extension api a PKS. (Closed)

Created:
7 years, 11 months ago by SanjoyPal
Modified:
7 years, 11 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Make specch input extension api a PKS. BUG=159265 TEST=SpeechInputExtensionApiTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177105

Patch Set 1 #

Patch Set 2 : Make specch input extension api a PKS. #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -97 lines) Patch
M chrome/browser/extensions/extension_function_registry.cc View 1 2 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.h View 1 2 3 4 4 chunks +33 lines, -4 lines 0 comments Download
M chrome/browser/speech/speech_input_extension_manager.cc View 1 2 3 4 5 5 chunks +36 lines, -84 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
SanjoyPal
Please review.
7 years, 11 months ago (2013-01-04 19:37:29 UTC) #1
Miranda Callahan
On 2013/01/04 19:37:29, SanjoyPal wrote: > Please review. profiles/* LGTM.
7 years, 11 months ago (2013-01-04 19:42:39 UTC) #2
Yoyo Zhou
+tommi for speech There is already a SpeechInputExtensionManager::Factory. Can you use that instead? At least, ...
7 years, 11 months ago (2013-01-04 20:13:24 UTC) #3
SanjoyPal
Make specch input extension api a PKS. BUG=159265 TEST=SpeechInputExtensionApiTest.*
7 years, 11 months ago (2013-01-10 18:57:28 UTC) #4
SanjoyPal
Moved speech input function registration to SpeechInputExtensionManager. PTAL. Thanks
7 years, 11 months ago (2013-01-10 19:29:11 UTC) #5
tommi (sloooow) - chröme
lgtm
7 years, 11 months ago (2013-01-14 11:59:38 UTC) #6
SanjoyPal
Converted SpeechInputExtensionManager::Factory to ProfileKeyedAPIFactory. Please review again. Thanks. On 2013/01/04 20:13:24, Yoyo Zhou wrote: > ...
7 years, 11 months ago (2013-01-15 02:20:40 UTC) #7
tommi (sloooow) - chröme
lgtm with a couple of requests. https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc#newcode695 chrome/browser/speech/speech_input_extension_manager.cc:695: manager_ = new ...
7 years, 11 months ago (2013-01-15 16:59:41 UTC) #8
SanjoyPal
Updated the patch. Please review. On 2013/01/15 16:59:41, tommi wrote: > lgtm with a couple ...
7 years, 11 months ago (2013-01-16 01:15:07 UTC) #9
SanjoyPal
Updated the patch. Please review. https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc#newcode695 chrome/browser/speech/speech_input_extension_manager.cc:695: manager_ = new SpeechInputExtensionManager(profile); ...
7 years, 11 months ago (2013-01-16 01:15:41 UTC) #10
Yoyo Zhou
https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc#newcode716 chrome/browser/speech/speech_input_extension_manager.cc:716: SpeechInputAPI::GetFactoryInstance() { On 2013/01/16 01:15:41, SanjoyPal wrote: > Do ...
7 years, 11 months ago (2013-01-16 01:37:19 UTC) #11
SanjoyPal
Done. Please review. https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc#newcode716 chrome/browser/speech/speech_input_extension_manager.cc:716: SpeechInputAPI::GetFactoryInstance() { On 2013/01/16 01:37:19, Yoyo ...
7 years, 11 months ago (2013-01-16 01:52:23 UTC) #12
Yoyo Zhou
https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc#newcode716 chrome/browser/speech/speech_input_extension_manager.cc:716: SpeechInputAPI::GetFactoryInstance() { On 2013/01/16 01:52:23, SanjoyPal wrote: > On ...
7 years, 11 months ago (2013-01-16 02:07:46 UTC) #13
SanjoyPal
Updated. https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc File chrome/browser/speech/speech_input_extension_manager.cc (right): https://codereview.chromium.org/11779002/diff/13001/chrome/browser/speech/speech_input_extension_manager.cc#newcode716 chrome/browser/speech/speech_input_extension_manager.cc:716: SpeechInputAPI::GetFactoryInstance() { On 2013/01/16 02:07:46, Yoyo Zhou wrote: ...
7 years, 11 months ago (2013-01-16 02:19:22 UTC) #14
Yoyo Zhou
LGTM
7 years, 11 months ago (2013-01-16 02:21:19 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11779002/24002
7 years, 11 months ago (2013-01-16 02:29:38 UTC) #16
commit-bot: I haz the power
Retried try job too often on win for step(s) compile
7 years, 11 months ago (2013-01-16 04:09:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ncj674@motorola.com/11779002/24002
7 years, 11 months ago (2013-01-16 06:23:00 UTC) #18
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 08:52:08 UTC) #19
Message was sent while issue was closed.
Change committed as 177105

Powered by Google App Engine
This is Rietveld 408576698