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

Unified Diff: Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.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/WebSpeechSynthesisUtterance.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
index 33f7179aa84fb00986676fee3831c35b2716d753..24468d7892d239dd95bfbef2c5d6212781ecc02c 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
@@ -25,8 +25,6 @@
#include "config.h"
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include <public/WebSpeechSynthesisUtterance.h>
#include "core/platform/PlatformSpeechSynthesisUtterance.h"
@@ -104,5 +102,3 @@ double WebSpeechSynthesisUtterance::startTime() const
}
} // namespace WebKit
-
-#endif // ENABLE(SPEECH_SYNTHESIS)

Powered by Google App Engine
This is Rietveld 408576698