| Index: chrome/browser/resources/flags.html
|
| diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
|
| index 849d391a2362ee8da84becb70ba906b8fa4a4c46..ae632a3c79804e86a089a080d68395a65de1a318 100644
|
| --- a/chrome/browser/resources/flags.html
|
| +++ b/chrome/browser/resources/flags.html
|
| @@ -2,7 +2,7 @@
|
| <html i18n-values="dir:textdirection;">
|
| <head>
|
| <meta charset="utf-8">
|
| -<if expr="pp_ifdef('android')">
|
| +<if expr="is_android">
|
| <meta name="viewport" content="width=device-width, user-scalable=no">
|
| </if>
|
| <link rel="stylesheet" href="flags.css">
|
|
|