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

Unified Diff: Source/core/platform/PlatformSpeechSynthesizer.h

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.h
diff --git a/Source/core/platform/PlatformSpeechSynthesizer.h b/Source/core/platform/PlatformSpeechSynthesizer.h
index b0c58f5fa938c0bb8eebf2e66a74137d4da01e3b..694b96847c078a3b544eaef81510d3b18717bfee 100644
--- a/Source/core/platform/PlatformSpeechSynthesizer.h
+++ b/Source/core/platform/PlatformSpeechSynthesizer.h
@@ -26,8 +26,6 @@
#ifndef PlatformSpeechSynthesizer_h
#define PlatformSpeechSynthesizer_h
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include "core/platform/PlatformSpeechSynthesisVoice.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/Vector.h>
@@ -89,6 +87,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
#endif // PlatformSpeechSynthesizer_h
« no previous file with comments | « Source/core/platform/PlatformSpeechSynthesisVoice.cpp ('k') | Source/core/platform/PlatformSpeechSynthesizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698