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

Unified Diff: Source/modules/speech/DOMWindowSpeechSynthesis.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/modules/speech/DOMWindowSpeechSynthesis.cpp
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
index fb82552503e0ca7b6a4beeeef5368008bb4d083e..5bee66f91c11312c3d343361cf87fe24c6c2dacd 100644
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "modules/speech/DOMWindowSpeechSynthesis.h"
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include "core/page/DOMWindow.h"
#include "wtf/PassRefPtr.h"
@@ -77,5 +75,3 @@ SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis()
}
} // namespace WebCore
-
-#endif // ENABLE(SPEECH_SYNTHESIS)
« no previous file with comments | « Source/modules/speech/DOMWindowSpeechSynthesis.h ('k') | Source/modules/speech/DOMWindowSpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698