| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/cr_elements/cr_slider/cr_slider.html
"> | 1 <link rel="import" href="chrome://resources/cr_elements/cr_slider/cr_slider.html
"> |
| 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 3 <link rel="import" href="chrome://resources/html/polymer.html"> | 3 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 4 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 4 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 6 <link rel="import" href="fonts_browser_proxy.html"> | 6 <link rel="import" href="fonts_browser_proxy.html"> |
| 7 <link rel="import" href="../controls/settings_dropdown_menu.html"> | 7 <link rel="import" href="../controls/settings_dropdown_menu.html"> |
| 8 <link rel="import" href="../i18n_setup.html"> | 8 <link rel="import" href="../i18n_setup.html"> |
| 9 <link rel="import" href="../settings_shared_css.html"> | 9 <link rel="import" href="../settings_shared_css.html"> |
| 10 | 10 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 $i18n{quickBrownFox} | 107 $i18n{quickBrownFox} |
| 108 </span> | 108 </span> |
| 109 </div> | 109 </div> |
| 110 </div> | 110 </div> |
| 111 </div> | 111 </div> |
| 112 </div> | 112 </div> |
| 113 <template is="dom-if" if="[[!isGuest_]]"> | 113 <template is="dom-if" if="[[!isGuest_]]"> |
| 114 <div class="settings-box two-line" id="advancedButton" | 114 <div class="settings-box two-line" id="advancedButton" |
| 115 on-tap="openAdvancedExtension_" actionable> | 115 on-tap="openAdvancedExtension_" actionable> |
| 116 <div class="start"> | 116 <div class="start"> |
| 117 <div>$i18n{advancedFontSettings}</div> | 117 $i18n{advancedFontSettings} |
| 118 <div class="secondary" id="advancedButtonSublabel"> | 118 <div class="secondary" id="advancedButtonSublabel"> |
| 119 [[advancedExtensionSublabel_]] | 119 [[advancedExtensionSublabel_]] |
| 120 </div> | 120 </div> |
| 121 </div> | 121 </div> |
| 122 <button class="icon-external" is="paper-icon-button-light"></button> | 122 <button class="icon-external" is="paper-icon-button-light" |
| 123 aria-label="$i18n{advancedFontSettings}" |
| 124 aria-describedby="advancedButtonSublabel"></button> |
| 123 </div> | 125 </div> |
| 124 </template> | 126 </template> |
| 125 </template> | 127 </template> |
| 126 <script src="appearance_fonts_page.js"></script> | 128 <script src="appearance_fonts_page.js"></script> |
| 127 </dom-module> | 129 </dom-module> |
| OLD | NEW |