| Index: chrome/browser/resources/about_memory_linux.html
|
| diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html
|
| index d185363625425faac250593df92795ace9d62ab6..b1652cfcf7d9236212a28f161033d8c7ffcacf7d 100644
|
| --- a/chrome/browser/resources/about_memory_linux.html
|
| +++ b/chrome/browser/resources/about_memory_linux.html
|
| @@ -6,7 +6,7 @@ about:memory template page
|
| <html id="t">
|
| <head>
|
| <title>About Memory</title>
|
| -<if expr="pp_ifdef('android')">
|
| +<if expr="is_android">
|
| <meta name="viewport" content="width=device-width">
|
| </if>
|
| <link rel="stylesheet" href="chrome://memory-redirect/about_memory.css">
|
|
|