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

Unified Diff: chrome/browser/resources/contextual_search/promo.html

Issue 381913003: [Resources] Add a <meta> tag to promo.html have better layout on mobile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/contextual_search/promo.html
diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html
index e03691d58efc4668de7b49857cf0ce8b061bdf3c..7c27e5c9c6e681d0a68a34f5dbf965ee29a031bd 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -7,6 +7,7 @@
<script src="promo.js"></script>
<link rel="stylesheet" href="promo.css">
<meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, user-scalable=no">
huangs 2014/07/10 14:22:31 Do you also want initial-scale=1.0 ?
Mathieu 2014/07/14 16:22:49 No.
</head>
<body>
<!--TODO(mathp): Update this text. -->
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698