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

Unified Diff: chrome/browser/resources/flags.html

Issue 11633020: Re-enable about:flags on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 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
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>

Powered by Google App Engine
This is Rietveld 408576698