Commit 9125640c authored by sfiera's avatar sfiera Committed by Commit bot

Allow user to scale NTP internals pages

Applies to:
  * chrome://snippets-internals/
  * chrome://popular-sites-internals/

It's nice to start the user off at zoom 1.0, but there's no good reason
to disallow zooming in further.

BUG=none
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2552883011
Cr-Commit-Position: refs/heads/master@{#437866}
parent bba2a1df
......@@ -6,8 +6,7 @@ found in the LICENSE file.
<!DOCTYPE html>
<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>Snippets Internals</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
......
......@@ -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">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment