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

Unified Diff: Source/bindings/v8/RuntimeEnabledFeatures.h

Issue 13725007: Remove the ENABLE_JAVASCRIPT_I18N_API compile time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove the flags altogether. 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/WebKit/chromium/src/WebRuntimeFeatures.cpp ('k') | Source/bindings/v8/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/RuntimeEnabledFeatures.h
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.h b/Source/bindings/v8/RuntimeEnabledFeatures.h
index 8fa100f2659a04328ad9ededcf786cf1d7c65495..e1b7cb1fba59816a805c91485869aaf234a08f9e 100644
--- a/Source/bindings/v8/RuntimeEnabledFeatures.h
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.h
@@ -159,11 +159,6 @@ public:
static bool fileSystemEnabled();
static void setFileSystemEnabled(bool isEnabled) { isFileSystemEnabled = isEnabled; }
-#if ENABLE(JAVASCRIPT_I18N_API)
- static bool javaScriptI18NAPIEnabled();
- static void setJavaScriptI18NAPIEnabled(bool isEnabled) { isJavaScriptI18NAPIEnabled = isEnabled; }
-#endif
-
#if ENABLE(MEDIA_STREAM)
static bool mediaStreamEnabled() { return isMediaStreamEnabled; }
static void setMediaStreamEnabled(bool isEnabled) { isMediaStreamEnabled = isEnabled; }
@@ -270,10 +265,6 @@ private:
static bool isScriptedSpeechEnabled;
static bool isFileSystemEnabled;
-#if ENABLE(JAVASCRIPT_I18N_API)
- static bool isJavaScriptI18NAPIEnabled;
-#endif
-
#if ENABLE(MEDIA_STREAM)
static bool isMediaStreamEnabled;
static bool isPeerConnectionEnabled;
« no previous file with comments | « Source/WebKit/chromium/src/WebRuntimeFeatures.cpp ('k') | Source/bindings/v8/RuntimeEnabledFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698