Index: content/public/android/java/src/org/chromium/content/common/CommandLine.java |
diff --git a/content/public/android/java/src/org/chromium/content/common/CommandLine.java b/content/public/android/java/src/org/chromium/content/common/CommandLine.java |
index ba966aba22d747f93fb7d4c7e3b8080cd91673d8..8956650e0e0ce5fe5f54fcf997dfecb47014e69d 100644 |
--- a/content/public/android/java/src/org/chromium/content/common/CommandLine.java |
+++ b/content/public/android/java/src/org/chromium/content/common/CommandLine.java |
@@ -50,6 +50,9 @@ public abstract class CommandLine { |
// Change the url of the JavaScript that gets injected when accessibility mode is enabled. |
public static final String ACCESSIBILITY_JAVASCRIPT_URL = "accessibility-js-url"; |
+ // Sets the ISO country code that will be used for phone number detection. |
+ public static final String NETWORK_COUNTRY_ISO = "network-country-iso"; |
+ |
// Public abstract interface, implemented in derived classes. |
// All these methods reflect their native-side counterparts. |
/** |