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

Unified Diff: content/test/test_browser_context.cc

Issue 9568002: Renamed speech input implementation from to speech_recognition_*. The namespace has been renamed fr… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased from master. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/test_browser_context.h ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_browser_context.cc
diff --git a/content/test/test_browser_context.cc b/content/test/test_browser_context.cc
index 85106037cd21770f0ae0f07068f9cc6d3f6d39e5..9943ac033fe136f669482475b8d27fcc1d3b781d 100644
--- a/content/test/test_browser_context.cc
+++ b/content/test/test_browser_context.cc
@@ -64,8 +64,8 @@ TestBrowserContext::GetGeolocationPermissionContext() {
return NULL;
}
-content::SpeechInputPreferences*
-TestBrowserContext::GetSpeechInputPreferences() {
+content::SpeechRecognitionPreferences*
+TestBrowserContext::GetSpeechRecognitionPreferences() {
return NULL;
}
« no previous file with comments | « content/test/test_browser_context.h ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698