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

Unified Diff: Source/modules/speech/SpeechRecognitionClient.h

Issue 1211973002: Revert of Adding a serviceURI param to SpeechRecognition Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/modules/speech/SpeechRecognition.idl ('k') | Source/modules/speech/SpeechRecognitionController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechRecognitionClient.h
diff --git a/Source/modules/speech/SpeechRecognitionClient.h b/Source/modules/speech/SpeechRecognitionClient.h
index f761cf3ba55b36005642f0f9f1bc836e8f5db796..5e716b59b2739da9ea8e0d8c3fd36c136602ef96 100644
--- a/Source/modules/speech/SpeechRecognitionClient.h
+++ b/Source/modules/speech/SpeechRecognitionClient.h
@@ -26,7 +26,6 @@
#ifndef SpeechRecognitionClient_h
#define SpeechRecognitionClient_h
-#include "platform/weborigin/KURL.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -38,7 +37,7 @@
class SpeechRecognitionClient {
public:
- virtual void start(SpeechRecognition*, const SpeechGrammarList*, const String& lang, const KURL& serviceURI, bool continuous, bool interimResults, unsigned long maxAlternatives, MediaStreamTrack* audioTrack) = 0;
+ virtual void start(SpeechRecognition*, const SpeechGrammarList*, const String& lang, bool continuous, bool interimResults, unsigned long maxAlternatives, MediaStreamTrack* audioTrack) = 0;
virtual void stop(SpeechRecognition*) = 0;
virtual void abort(SpeechRecognition*) = 0;
« no previous file with comments | « Source/modules/speech/SpeechRecognition.idl ('k') | Source/modules/speech/SpeechRecognitionController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698