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

Unified Diff: Source/modules/speech/SpeechSynthesisVoice.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.h ('k') | Source/modules/speech/SpeechSynthesisVoice.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechSynthesisVoice.cpp
diff --git a/Source/modules/speech/SpeechSynthesisVoice.cpp b/Source/modules/speech/SpeechSynthesisVoice.cpp
index 4314fc75a6a61ca6e2574422d62a120f4db3d9a5..37ca148acf634f90dcd7cd7fbc7d7660aad17915 100644
--- a/Source/modules/speech/SpeechSynthesisVoice.cpp
+++ b/Source/modules/speech/SpeechSynthesisVoice.cpp
@@ -26,8 +26,6 @@
#include "config.h"
#include "modules/speech/SpeechSynthesisVoice.h"
-#if ENABLE(SPEECH_SYNTHESIS)
-
namespace WebCore {
PassRefPtr<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
@@ -41,5 +39,3 @@ SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoi
}
} // namespace WebCore
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
« no previous file with comments | « Source/modules/speech/SpeechSynthesisVoice.h ('k') | Source/modules/speech/SpeechSynthesisVoice.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698