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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java

Issue 2496763002: Disable content intent detectors in the renderer (Closed)
Patch Set: Disable content intent detectors in the renderer Created 4 years, 1 month 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/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java b/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
index 1bc9eb22b61794b47a1168e031d3fbb562451f1f..201e59237e1ac2ff405c970c69080dfeba07485a 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/PhoneNumberDetectionTest.java
@@ -15,6 +15,7 @@ import org.chromium.content.common.ContentSwitches;
/**
* Test suite for phone number detection.
*/
+@CommandLineFlags.Add({ContentSwitches.ENABLE_CONTENT_INTENT_DETECTION})
public class PhoneNumberDetectionTest extends ContentDetectionTestBase {
private static final String TELEPHONE_INTENT_PREFIX = "tel:";

Powered by Google App Engine
This is Rietveld 408576698