Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: chrome/browser/resources/options2/advanced_options.html

Issue 9316024: Revert 120040 - Hide accessibility options for unimplemented features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/chromeos/system_options.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <header><h1 i18n-content="advancedPage"></h1></header> 2 <header><h1 i18n-content="advancedPage"></h1></header>
3 <if expr="pp_ifdef('chromeos')"> 3 <if expr="pp_ifdef('chromeos')">
4 <section> 4 <section>
5 <h3 i18n-content="datetimeTitle"></h3> 5 <h3 i18n-content="datetimeTitle"></h3>
6 <div class="option-control-table"> 6 <div class="option-control-table">
7 <span class="option-name" i18n-content="timezone"></span> 7 <span class="option-name" i18n-content="timezone"></span>
8 <div id="timezone-value"> 8 <div id="timezone-value">
9 <select id="timezone-select" class="control" i18n-options="timezoneList" 9 <select id="timezone-select" class="control" i18n-options="timezoneList"
10 data-type="string" pref="cros.system.timezone"></select> 10 data-type="string" pref="cros.system.timezone"></select>
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <h3 i18n-content="accessibilityTitle"></h3> 294 <h3 i18n-content="accessibilityTitle"></h3>
295 <div class="option-control-table"> 295 <div class="option-control-table">
296 <div class="option-name"> 296 <div class="option-name">
297 <div class="checkbox"> 297 <div class="checkbox">
298 <label> 298 <label>
299 <input id="accessibility-spoken-feedback-check" type="checkbox"> 299 <input id="accessibility-spoken-feedback-check" type="checkbox">
300 <span i18n-content="accessibilitySpokenFeedback"></span> 300 <span i18n-content="accessibilitySpokenFeedback"></span>
301 </label> 301 </label>
302 </div> 302 </div>
303 </div> 303 </div>
304 <div class="option-name">
305 <div class="checkbox">
306 <label>
307 <input id="accessibility-high-contrast-check" type="checkbox">
308 <span i18n-content="accessibilityHighContrast"></span>
309 </label>
310 </div>
311 </div>
312 <div class="option-name">
313 <div class="checkbox">
314 <label>
315 <input id="accessibility-screen-magnifier-check" type="checkbox">
316 <span i18n-content="accessibilityScreenMagnifier"></span>
317 </label>
318 </div>
319 </div>
320 <div class="option-name">
321 <div class="checkbox">
322 <label>
323 <input id="accessibility-virtual-keyboard-check" type="checkbox">
324 <span i18n-content="accessibilityVirtualKeyboard"></span>
325 </label>
326 </div>
327 </div>
304 </div> 328 </div>
305 </section> 329 </section>
306 </if> 330 </if>
307 <if expr="os != 'darwin' and not pp_ifdef('chromeos')"> 331 <if expr="os != 'darwin' and not pp_ifdef('chromeos')">
308 <section id="background-section"> 332 <section id="background-section">
309 <h3 i18n-content="advancedSectionTitleBackground"></h3> 333 <h3 i18n-content="advancedSectionTitleBackground"></h3>
310 <div class="checkbox"> 334 <div class="checkbox">
311 <label> 335 <label>
312 <input id="backgroundModeCheckbox" type="checkbox"> 336 <input id="backgroundModeCheckbox" type="checkbox">
313 <span i18n-content="backgroundModeCheckbox"></span> 337 <span i18n-content="backgroundModeCheckbox"></span>
314 </label> 338 </label>
315 </div> 339 </div>
316 </section> 340 </section>
317 </if> 341 </if>
318 </div> 342 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/chromeos/system_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698