Index: chrome/browser/resources/flags.html |
diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html |
index 15ef329615a7da9e7281d41a99c403b436a213ea..fd0bbe79bf5aa45f591c68075107e90c16944519 100644 |
--- a/chrome/browser/resources/flags.html |
+++ b/chrome/browser/resources/flags.html |
@@ -2,6 +2,10 @@ |
<html i18n-values="dir:textdirection;"> |
<head> |
<meta charset="utf-8"> |
+<if expr="pp_ifdef('android')"> |
+<meta name="viewport" content="width=device-width, initial-scale=1.0, |
klobag.chromium
2012/12/20 02:22:31
I think we only need width and user-scalable.
gone
2012/12/21 19:19:00
Done.
|
+ maximum-scale=1.0, user-scalable=no"> |
+</if> |
<link rel="stylesheet" href="flags.css"> |
<script src="chrome://resources/js/util.js"></script> |
<script src="chrome://flags/flags.js"></script> |