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

Unified Diff: Source/core/platform/mock/PlatformSpeechSynthesizerMock.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/mock/PlatformSpeechSynthesizerMock.h
diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
index deb18eed1b01260145ba8c635e09ffe4e8bc97cd..f8c3435f682a050cb64c44cbb1dbf91d815bbf76 100644
--- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
+++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
@@ -26,8 +26,6 @@
#ifndef PlatformSpeechSynthesizerMock_h
#define PlatformSpeechSynthesizerMock_h
-#if ENABLE(SPEECH_SYNTHESIS)
-
#include "core/platform/PlatformSpeechSynthesizer.h"
#include "core/platform/Timer.h"
#include <wtf/PassOwnPtr.h>
@@ -55,6 +53,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(SPEECH_SYNTHESIS)
-
#endif // PlatformSpeechSynthesizer_h

Powered by Google App Engine
This is Rietveld 408576698