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

Issue 7838028: Refactor SpeechInputManager between chrome/ and content/. (Closed)

Created:
9 years, 3 months ago by allanwoj
Modified:
9 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Refactor SpeechInputManager between chrome/ and content/. Moved requests_ (and related code) to SpeechInputManager. Added some pure virtual methods in SpeechInputManager that are implemented by ChromeSpeechInputManager. BUG=95792 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102117

Patch Set 1 #

Patch Set 2 : " #

Patch Set 3 : " #

Patch Set 4 : " #

Patch Set 5 : " #

Total comments: 12

Patch Set 6 : Feedback changes #

Patch Set 7 : " #

Patch Set 8 : " #

Total comments: 6

Patch Set 9 : Rename methods #

Patch Set 10 : " #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -192 lines) Patch
M chrome/browser/speech/chrome_speech_input_manager.h View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -51 lines 0 comments Download
M chrome/browser/speech/chrome_speech_input_manager.cc View 1 2 3 4 5 6 7 8 6 chunks +30 lines, -134 lines 0 comments Download
M content/browser/speech/speech_input_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +18 lines, -0 lines 0 comments Download
M content/browser/speech/speech_input_manager.h View 1 2 3 4 5 6 7 8 3 chunks +86 lines, -6 lines 0 comments Download
M content/browser/speech/speech_input_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +155 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
allanwoj
9 years, 3 months ago (2011-09-08 12:54:53 UTC) #1
Satish
Thanks for doing this. Some comments below. Can you also run this by try servers? ...
9 years, 3 months ago (2011-09-12 12:22:43 UTC) #2
Satish
Thanks for doing this. Some comments below. Can you also run this by try servers? ...
9 years, 3 months ago (2011-09-12 12:23:05 UTC) #3
allanwoj
http://codereview.chromium.org/7838028/diff/5001/chrome/browser/speech/chrome_speech_input_manager.cc File chrome/browser/speech/chrome_speech_input_manager.cc (right): http://codereview.chromium.org/7838028/diff/5001/chrome/browser/speech/chrome_speech_input_manager.cc#newcode129 chrome/browser/speech/chrome_speech_input_manager.cc:129: request_info_ = optional_request_info_->value(); On 2011/09/12 12:23:05, Satish wrote: > ...
9 years, 3 months ago (2011-09-19 18:30:38 UTC) #4
Satish
LGTM minor style comments below. http://codereview.chromium.org/7838028/diff/21001/content/browser/speech/speech_input_manager.h File content/browser/speech/speech_input_manager.h (right): http://codereview.chromium.org/7838028/diff/21001/content/browser/speech/speech_input_manager.h#newcode87 content/browser/speech/speech_input_manager.h:87: virtual void FetchRequestInfo(bool* can_report_metrics, ...
9 years, 3 months ago (2011-09-20 20:09:55 UTC) #5
allanwoj
Done changes, will wait for trybots before submitting. Also some comments on the censor results ...
9 years, 3 months ago (2011-09-21 11:17:54 UTC) #6
Satish
On 2011/09/21 11:17:54, allanwoj wrote: > Done changes, will wait for trybots before submitting. Also ...
9 years, 3 months ago (2011-09-21 12:29:25 UTC) #7
commit-bot: I haz the power
9 years, 3 months ago (2011-09-21 16:45:08 UTC) #8
Change committed as 102117

Powered by Google App Engine
This is Rietveld 408576698