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

Unified Diff: Source/core/platform/PlatformSpeechSynthesis.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
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/platform/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/PlatformSpeechSynthesis.h
diff --git a/Source/core/platform/PlatformSpeechSynthesis.h b/Source/core/platform/PlatformSpeechSynthesis.h
index 8c944e96f4169aaba7047f1bd6654d1cc41ada08..15ae4bb8fbc08ab48e6445fed346bd3aea1bb3c8 100644
--- a/Source/core/platform/PlatformSpeechSynthesis.h
+++ b/Source/core/platform/PlatformSpeechSynthesis.h
@@ -26,8 +26,6 @@
#ifndef PlatformSpeechSynthesis_h
#define PlatformSpeechSynthesis_h
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/Vector.h>
@@ -53,6 +51,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
#endif // PlatformSpeechSynthesis_h
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | Source/core/platform/PlatformSpeechSynthesisUtterance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698