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

Unified Diff: Source/core/platform/PlatformSpeechSynthesisUtterance.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/PlatformSpeechSynthesisUtterance.cpp
diff --git a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp b/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
index c5ce248a15d5e15cedb2fad355350cc390c01392..a3f3276c3136a6698090c6c9d74720078b0e0507 100644
--- a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
+++ b/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
@@ -26,8 +26,6 @@
#include "config.h"
#include "core/platform/PlatformSpeechSynthesisUtterance.h"
-#if ENABLE(SPEECH_SYNTHESIS)
-
namespace WebCore {
PassRefPtr<PlatformSpeechSynthesisUtterance> PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client)
@@ -44,5 +42,3 @@ PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeec
}
} // namespace WebCore
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
« no previous file with comments | « Source/core/platform/PlatformSpeechSynthesisUtterance.h ('k') | Source/core/platform/PlatformSpeechSynthesisVoice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698