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

Unified Diff: Source/core/platform/PlatformSpeechSynthesizer.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
Index: Source/core/platform/PlatformSpeechSynthesizer.cpp
diff --git a/Source/core/platform/PlatformSpeechSynthesizer.cpp b/Source/core/platform/PlatformSpeechSynthesizer.cpp
index eab3de9679b5226c5a22427b2eaa98c68ee7c227..a6f2735435b4cfbf4c2fdd1c546d56cf3b781ccf 100644
--- a/Source/core/platform/PlatformSpeechSynthesizer.cpp
+++ b/Source/core/platform/PlatformSpeechSynthesizer.cpp
@@ -26,8 +26,6 @@
#include "config.h"
#include "core/platform/PlatformSpeechSynthesizer.h"
-#if ENABLE(SPEECH_SYNTHESIS)
-
namespace WebCore {
PassOwnPtr<PlatformSpeechSynthesizer> PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client)
@@ -44,5 +42,3 @@ void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthes
} // namespace WebCore
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
« no previous file with comments | « Source/core/platform/PlatformSpeechSynthesizer.h ('k') | Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698