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

Unified Diff: Source/core/platform/chromium/support/WebSpeechSynthesisVoice.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/chromium/support/WebSpeechSynthesisVoice.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
index 093d78a084edd2eae81a1892b13f02590fd9f5fe..b4c95b977edcd1488930d4a1846ae780a831b6ee 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
@@ -31,8 +31,6 @@
#include <wtf/PassRefPtr.h>
#include <wtf/Vector.h>
-#if ENABLE(SPEECH_SYNTHESIS)
-
namespace WebKit {
void WebSpeechSynthesisVoice::assign(const WebSpeechSynthesisVoice& other)
@@ -76,5 +74,3 @@ WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoi
}
} // namespace WebKit
-
-#endif // ENABLE(SPEECH_SYNTHESIS)

Powered by Google App Engine
This is Rietveld 408576698