|
Get rid of link dependency from content to chrome. Make it get the SpeechInputManager through the embedder interface.
I've renamed Chrome's SpeechInputManagerImpl to ChromeSpeechInputManager, to match what we've been doing for other chrome implementations of content classes.
BUG= 76697
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98147
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+187 lines, -537 lines) |
Patch |
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/speech/chrome_speech_input_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/speech/chrome_speech_input_manager.cc
|
View
|
1
2
3
4
|
10 chunks |
+25 lines, -113 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/speech/speech_input_manager.cc
|
View
|
|
1 chunk |
+0 lines, -396 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/content_browser_client.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/mock_content_browser_client.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_input_browsertest.cc
|
View
|
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_input_dispatcher_host.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_input_dispatcher_host.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/speech/speech_input_manager.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -9 lines |
2 comments
|
Download
|
 |
A |
content/browser/speech/speech_input_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+33 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|