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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>AppBannerManager test page</title> 3 <title>AppBannerManager test page</title>
4 <meta name="google-play-id" content="test.package" /> 4 <link rel="manifest" href="native_app_manifest.json" />
5 </head> 5 </head>
6 <body> 6 <body>
7 Promoting the "test.package" package. 7 Promoting the "test.package" package.
8 </body> 8 </body>
9 </html> 9 </html>
OLDNEW
« 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