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

Unified Diff: content/public/browser/speech_recognition_session_config.h

Issue 1889523002: Remove SpeechRecognitionSessionConfig::is_legacy_api (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: content/public/browser/speech_recognition_session_config.h
diff --git a/content/public/browser/speech_recognition_session_config.h b/content/public/browser/speech_recognition_session_config.h
index da2b011a406807d2763c740699f5beb21e69399d..d3bea186e1d04077ae2af5de822337b3af91d57d 100644
--- a/content/public/browser/speech_recognition_session_config.h
+++ b/content/public/browser/speech_recognition_session_config.h
@@ -27,9 +27,6 @@ struct CONTENT_EXPORT SpeechRecognitionSessionConfig {
SpeechRecognitionSessionConfig(const SpeechRecognitionSessionConfig& other);
~SpeechRecognitionSessionConfig();
- // TODO(hans): The legacy API is dead; remove this flag (crbug.com/223198).
- bool is_legacy_api;
-
std::string language;
SpeechRecognitionGrammarArray grammars;
std::string origin_url;

Powered by Google App Engine
This is Rietveld 408576698