Chromium Code Reviews| 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}) |
|
boliu
2016/11/10 23:21:55
hmm, does this override the CommandLineFlags.Add o
Theresa
2016/11/10 23:32:19
It adds them to the list.
|
| public class PhoneNumberDetectionTest extends ContentDetectionTestBase { |
| private static final String TELEPHONE_INTENT_PREFIX = "tel:"; |