|
Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecognitionEventListener. By now it might seem just a rename of the former interface, however this interface will gradually incorporate, in the next CLs, the other delegates and become the reference interface used by all clients to interact with SpeechRecognition inside Chrome.
BUG= 116954
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126721
Total comments: 36
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+365 lines, -322 lines) |
Patch |
 |
M |
chrome/browser/speech/speech_input_extension_apitest.cc
|
View
|
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/speech/speech_input_extension_manager.h
|
View
|
1
|
5 chunks |
+18 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/speech/speech_input_extension_manager.cc
|
View
|
1
|
10 chunks |
+24 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_manager_impl.h
|
View
|
1
|
6 chunks |
+20 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognition_manager_impl.cc
|
View
|
1
|
8 chunks |
+36 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl.h
|
View
|
|
5 chunks |
+21 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl.cc
|
View
|
1
|
16 chunks |
+38 lines, -30 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_recognizer_impl_unittest.cc
|
View
|
1
2
|
16 chunks |
+107 lines, -103 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
content/public/browser/speech_recognition_event_listener.h
|
View
|
1
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/speech_recognizer.h
|
View
|
1
|
2 chunks |
+24 lines, -7 lines |
0 comments
|
Download
|
 |
D |
content/public/browser/speech_recognizer_delegate.h
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|