Commit aa4471e8 authored by benwells's avatar benwells Committed by Commit bot

Remove redundant test files for native app banner testing on android.

There are similar test files that are used by non-android specific
testing that can be used instead.

BUG=457403

Review URL: https://codereview.chromium.org/1092383003

Cr-Commit-Position: refs/heads/master@{#327149}
parent ee052939
......@@ -35,10 +35,10 @@ import java.util.ArrayList;
@CommandLineFlags.Add(ChromeSwitches.ENABLE_APP_INSTALL_ALERTS)
public class AppBannerManagerTest extends ChromeShellTestBase {
private static final String NATIVE_APP_URL =
TestHttpServerClient.getUrl("chrome/test/data/android/banners/native_app_test.html");
TestHttpServerClient.getUrl("chrome/test/data/banners/play_app_test_page.html");
private static final String NATIVE_ICON_URL =
TestHttpServerClient.getUrl("chrome/test/data/android/banners/native_app_test.png");
TestHttpServerClient.getUrl("chrome/test/data/banners/launcher-icon-1x.png");
private static final String NATIVE_APP_TITLE = "Mock app title";
......
{
"prefer_related_applications": true,
"related_applications": [{
"platform": "play",
"id": "test.package"
}]
}
<html>
<head>
<title>AppBannerManager test page</title>
<link rel="manifest" href="native_app_manifest.json" />
</head>
<body>
Promoting the "test.package" package.
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment