| Index: chrome/browser/resources/options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options.html (revision 52809)
|
| +++ chrome/browser/resources/options.html (working copy)
|
| @@ -99,7 +99,6 @@
|
| <if expr="pp_ifdef('chromeos')">
|
| <link rel="stylesheet" href="options/chromeos_accounts_options_page.css">
|
| </if>
|
| -<link rel="stylesheet" href="options/personal_options.css">
|
| </head>
|
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| <div class="header">
|
| @@ -136,16 +135,15 @@
|
| </if>
|
| <include src="options/browser_options.html">
|
| <include src="options/personal_options.html">
|
| - <include src="options/sync_options.html">
|
| <include src="options/advanced_options.html">
|
| <include src="options/content_settings.html">
|
| + <include src="options/sync_options.html">
|
| </div>
|
| </div>
|
|
|
| <script>
|
| // Decorate the existing elements in the document.
|
| cr.ui.decorate('input[pref][type=checkbox]', PrefCheckbox);
|
| -cr.ui.decorate('input[pref][type=radio]', PrefRadio);
|
| cr.ui.decorate('input[pref][type=range]', PrefRange);
|
| cr.ui.decorate('select[pref]', PrefSelect);
|
| cr.ui.decorate('#contentSettingsPage input[type=radio]', ContentSettingsRadio);
|
|
|