| Index: chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| index 46491b0c6a3465acfefc9faa0cac362e74491218..793fe5d55e0c9dda6d44d917a2c20cef92034d6c 100644
|
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| @@ -9,6 +9,7 @@ found in the LICENSE file.
|
| <head>
|
| <meta charset="utf-8">
|
| <title>Wallpaper Picker</title>
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css">
|
| <link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css"></link>
|
|
|
| @@ -48,8 +49,7 @@ found in the LICENSE file.
|
| <script src="js/main.js"></script>
|
| </if>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:webFontFamily;
|
| - .style.fontSize:webFontSize">
|
| +<body>
|
| <commands>
|
| <command id="delete" i18n-values="label:deleteCommandLabel"
|
| shortcut="U+007F"></command>
|
|
|