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

Unified Diff: Source/core/platform/PlatformSpeechSynthesisVoice.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/PlatformSpeechSynthesisVoice.h
diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.h b/Source/core/platform/PlatformSpeechSynthesisVoice.h
index f6177ea2a410da18408c8769828a7726a7dc5664..79e7ef1d31b7c6927815a3df8a66189359c4bd07 100644
--- a/Source/core/platform/PlatformSpeechSynthesisVoice.h
+++ b/Source/core/platform/PlatformSpeechSynthesisVoice.h
@@ -26,8 +26,6 @@
#ifndef PlatformSpeechSynthesisVoice_h
#define PlatformSpeechSynthesisVoice_h
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
@@ -67,6 +65,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
#endif // PlatformSpeechSynthesisVoice_h
« no previous file with comments | « Source/core/platform/PlatformSpeechSynthesisUtterance.cpp ('k') | Source/core/platform/PlatformSpeechSynthesisVoice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698