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

Unified Diff: content/test/data/android/device_files/content_detection/phone_local.html

Issue 878163004: [Android] Convert ContentShellTest.apk to isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bad rebase Created 5 years, 10 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/test/data/android/device_files/content_detection/phone_local.html
diff --git a/content/test/data/android/device_files/content_detection/phone_local.html b/content/test/data/android/device_files/content_detection/phone_local.html
deleted file mode 100644
index a3feda70e39daadb08bc2a00a3451430a7f1abfb..0000000000000000000000000000000000000000
--- a/content/test/data/android/device_files/content_detection/phone_local.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
-</head>
-<body>
-
-<!-- Local US numbers -->
-<span id="US_1">1-888-433-5788</span></br>
-<span id="US_2">703-293-6299</span></br>
-<span id="US_3">(202) 456-2121</span></br>
-
-<!-- Local UK/GB numbers -->
-<span id="GB_1">(0) 20 7323 8299</span></br>
-<span id="GB_2">01227865330</span></br>
-<span id="GB_3">01963 824686</span></br>
-
-<!-- Local FR numbers -->
-<span id="FR_1">01 40 20 50 50</span></br>
-<span id="FR_2">0326475534</span></br>
-<span id="FR_3">(0) 237 211 992</span></br>
-
-<!-- International numbers should still work in local modes -->
-<span id="International">+31 (0)20-5045-100</span></br>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698