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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.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: 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/page/RuntimeEnabledFeatures.cpp
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp
index 88a84ab99e12d270d7b94f8273595f762f2d3d3f..25c568cc2388ac083d4ce7479f9d773773efc09d 100644
--- a/Source/core/page/RuntimeEnabledFeatures.cpp
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp
@@ -99,6 +99,7 @@ bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
bool RuntimeEnabledFeatures::isDirectoryUploadEnabled = true;
bool RuntimeEnabledFeatures::isExperimentalWebSocketEnabled = false;
bool RuntimeEnabledFeatures::isIMEAPIEnabled = false;
+bool RuntimeEnabledFeatures::isSpeechSynthesisEnabled = false;
bool RuntimeEnabledFeatures::mediaEnabled()
{

Powered by Google App Engine
This is Rietveld 408576698