| Index: chrome/browser/resources/options2/options.html
|
| diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
|
| index 34ca00c108cf095e20f39f930bd7e1aa6a34ae0a..9e12994d61af5578d4857ab6150b6a05f81926b9 100644
|
| --- a/chrome/browser/resources/options2/options.html
|
| +++ b/chrome/browser/resources/options2/options.html
|
| @@ -38,11 +38,14 @@
|
| <if expr="pp_ifdef('chromeos')">
|
| <link rel="stylesheet" href="chromeos/accounts_options_page.css">
|
| <link rel="stylesheet" href="chromeos/bluetooth.css">
|
| - <link rel="stylesheet" href="chromeos/change_picture_options.css">
|
| + <link rel="stylesheet" href="chromeos/image_picker.css">
|
| <link rel="stylesheet" href="chromeos/internet_detail.css">
|
| <link rel="stylesheet" href="chromeos/internet_options_page.css">
|
| <link rel="stylesheet" href="chromeos/pointer_overlay.css">
|
| </if>
|
| +<if expr="not pp_ifdef('win32') and pp_ifdef('use_ash')">
|
| + <link rel="stylesheet" href="chromeos/set_wallpaper_options.css">
|
| +</if>
|
| <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')">
|
| <link rel="stylesheet" href="chromeos/virtual_keyboard.css">
|
| </if>
|
| @@ -100,6 +103,9 @@
|
| <include src="chromeos/keyboard_overlay.html">
|
| <include src="chromeos/pointer_overlay.html">
|
| </if>
|
| + <if expr="not pp_ifdef('win32') and pp_ifdef('use_ash')">
|
| + <include src="chromeos/set_wallpaper_options.html">
|
| + </if>
|
| <if expr="not is_win and not is_macosx">
|
| <include src="certificate_manager.html">
|
| </if>
|
|
|