Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / android / java / src / org / chromium / base / BaseSwitches.java
index fe13d7b..11e10f5 100644 (file)
@@ -23,6 +23,9 @@ public abstract class BaseSwitches {
     // Adds additional thread idle time information into the trace event output.
     public static final String ENABLE_IDLE_TRACING = "enable-idle-tracing";
 
+    // Default country code to be used for search engine localization.
+    public static final String DEFAULT_COUNTRY_CODE_AT_INSTALL = "default-country-code";
+
     // Prevent instantiation.
     private BaseSwitches() {}
 }