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

Unified Diff: Source/web/WebRuntimeFeatures.cpp

Issue 14429004: Remove the compile and runtime flags for the JavaScript i18n API from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRuntimeFeatures.cpp
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
index 9750015fddcef798d6c4fc71ed048024c3a12d43..ac4bd0434468572741c29f05686b80edb469757c 100644
--- a/Source/web/WebRuntimeFeatures.cpp
+++ b/Source/web/WebRuntimeFeatures.cpp
@@ -175,16 +175,6 @@ bool WebRuntimeFeatures::isGeolocationEnabled()
return RuntimeEnabledFeatures::geolocationEnabled();
}
-void WebRuntimeFeatures::enableJavaScriptI18NAPI(bool enable)
-{
- RuntimeEnabledFeatures::setJavaScriptI18NAPIEnabled(enable);
-}
-
-bool WebRuntimeFeatures::isJavaScriptI18NAPIEnabled()
-{
- return RuntimeEnabledFeatures::javaScriptI18NAPIEnabled();
-}
-
void WebRuntimeFeatures::enableLazyLayout(bool enable)
{
RuntimeEnabledFeatures::setLazyLayoutEnabled(enable);
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698