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

Unified Diff: content/public/android/java/src/org/chromium/content/common/CommandLine.java

Issue 11085008: [Android] Upstream content detection and ChromeBrowserProvider tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase after landing resources separately. Created 8 years, 2 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: 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.
/**

Powered by Google App Engine
This is Rietveld 408576698