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

Unified Diff: Source/modules/speech/chromium/SpeechSynthesisChromium.cpp

Issue 14466008: Switch speech synthesis from compile-flag to runtime-flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, switch to RuntimeEnabledFeatures.in Created 7 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
« no previous file with comments | « Source/modules/speech/SpeechSynthesisVoice.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
diff --git a/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp b/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
index 19b01df181aaf1fac8a5b57667023ade3a35c310..af7022e2e8e7bf1caf4f2f8655cf05730769f614 100644
--- a/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
+++ b/Source/modules/speech/chromium/SpeechSynthesisChromium.cpp
@@ -26,8 +26,6 @@
#include "config.h"
#include "modules/speech/SpeechSynthesis.h"
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include "modules/speech/SpeechSynthesisUtterance.h"
#include "modules/speech/SpeechSynthesisVoice.h"
@@ -69,5 +67,3 @@ void SpeechSynthesis::resume()
}
} // namespace WebCore
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
« no previous file with comments | « Source/modules/speech/SpeechSynthesisVoice.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698