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

Unified Diff: components/ntp_tiles/webui/resources/popular_sites_internals.html

Issue 2552883011: Allow user to scale NTP internals pages (Closed)
Patch Set: Created 4 years 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/resources/snippets_internals.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/webui/resources/popular_sites_internals.html
diff --git a/components/ntp_tiles/webui/resources/popular_sites_internals.html b/components/ntp_tiles/webui/resources/popular_sites_internals.html
index d82e0940dd0238b921d46b402b38b54890aec854..81d8145c963cccaaeed31b02c63b8c51263bceb5 100644
--- a/components/ntp_tiles/webui/resources/popular_sites_internals.html
+++ b/components/ntp_tiles/webui/resources/popular_sites_internals.html
@@ -8,8 +8,7 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<if expr="is_android or is_ios">
-<meta name="viewport" content="width=device-width, initial-scale=1.0,
- maximum-scale=1.0, user-scalable=no">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
</if>
<title>Popular Sites Internals</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
« no previous file with comments | « chrome/browser/resources/snippets_internals.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698