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

Unified Diff: chrome/test/data/android/banners/native_app_test.html

Issue 1092193004: Use related_applications manifest fields when showing native app banners (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: chrome/test/data/android/banners/native_app_test.html
diff --git a/chrome/test/data/android/banners/native_app_test.html b/chrome/test/data/android/banners/native_app_test.html
index 3575a3a026703bd9c66d7853b439cd25be39d068..28f4f6c65953245a92970bccd032b7f78e051820 100644
--- a/chrome/test/data/android/banners/native_app_test.html
+++ b/chrome/test/data/android/banners/native_app_test.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>AppBannerManager test page</title>
- <meta name="google-play-id" content="test.package" />
+ <link rel="manifest" href="native_app_manifest.json" />
</head>
<body>
Promoting the "test.package" package.
« no previous file with comments | « chrome/test/data/android/banners/native_app_manifest.json ('k') | chrome/test/data/banners/play_app_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698