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

Unified Diff: chrome/test/data/banners/cancel_test_page.html

Issue 1148163003: Allow only responsive websites to install as a web app on mobile. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restoring a lost nullptr check Created 5 years, 6 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
« no previous file with comments | « chrome/browser/banners/app_banner_debug_log.cc ('k') | chrome/test/data/banners/manifest_test_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/cancel_test_page.html
diff --git a/chrome/test/data/banners/cancel_test_page.html b/chrome/test/data/banners/cancel_test_page.html
index c02a5038fe7d3a473aa4a37fe5a56cbd43de6ce6..23b7d9613df9f878b3b356e4ca8729bc3d83258b 100644
--- a/chrome/test/data/banners/cancel_test_page.html
+++ b/chrome/test/data/banners/cancel_test_page.html
@@ -2,6 +2,7 @@
<head>
<title>Web app banner test page</title>
<link rel="manifest" href="manifest.json" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<script src="main.js"></script>
<script>
window.addEventListener('beforeinstallprompt', function(e) {
« no previous file with comments | « chrome/browser/banners/app_banner_debug_log.cc ('k') | chrome/test/data/banners/manifest_test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698