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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 536703002: Get rid of some <label for> misuse in browser_options.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix related css Created 6 years, 3 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
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <include src="secondary_user_banner.html"> 7 <include src="secondary_user_banner.html">
8 <section> 8 <section>
9 <div id="network-section-header" class="section-header"> 9 <div id="network-section-header" class="section-header">
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <button id="themes-native-button" 47 <button id="themes-native-button"
48 i18n-content="themesNativeButton"></button> 48 i18n-content="themesNativeButton"></button>
49 <button id="themes-reset" 49 <button id="themes-reset"
50 i18n-content="themesSetClassic"></button> 50 i18n-content="themesSetClassic"></button>
51 </if> 51 </if>
52 <if expr="chromeos or is_win or is_macosx"> 52 <if expr="chromeos or is_win or is_macosx">
53 <button id="themes-gallery" i18n-content="themesGallery"></button> 53 <button id="themes-gallery" i18n-content="themesGallery"></button>
54 <button id="themes-reset" i18n-content="themesReset"></button> 54 <button id="themes-reset" i18n-content="themesReset"></button>
55 </if> 55 </if>
56 </div> 56 </div>
57 <div class="checkbox" guest-visibility="disabled"> 57 <div class="checkbox controlled-setting-with-label"
58 <span class="controlled-setting-with-label"> 58 guest-visibility="disabled">
59 <input id="show-home-button" type="checkbox" 59 <label>
60 <input type="checkbox"
60 pref="browser.show_home_button" 61 pref="browser.show_home_button"
61 metric="Options_Homepage_HomeButton"> 62 metric="Options_Homepage_HomeButton">
62 <span> 63 <span i18n-content="homePageShowHomeButton"></span>
63 <label for="show-home-button" i18n-content="homePageShowHomeButton"> 64 </label>
64 </label> 65 <span class="controlled-setting-indicator"
65 <span class="controlled-setting-indicator" 66 pref="browser.show_home_button"></span>
66 pref="browser.show_home_button">
67 </span>
68 </span>
69 </span>
70 </div> 67 </div>
71 <div id="change-home-page-section" hidden> 68 <div id="change-home-page-section" hidden>
72 <div id="change-home-page-section-container" guest-visibility="disabled"> 69 <div id="change-home-page-section-container" guest-visibility="disabled">
73 <span id="home-page-ntp" class="home-page-label" 70 <span id="home-page-ntp" class="home-page-label"
74 i18n-content="homePageNtp"></span> 71 i18n-content="homePageNtp"></span>
75 <span id="home-page-url" class="home-page-label"></span> 72 <span id="home-page-url" class="home-page-label"></span>
76 <button id="change-home-page" class="link-button" 73 <button id="change-home-page" class="link-button"
77 i18n-content="changeHomePage"></button> 74 i18n-content="changeHomePage"></button>
78 <div id="extension-controlled-container"></div> 75 <div id="extension-controlled-container"></div>
79 </div> 76 </div>
80 </div> 77 </div>
81 <div class="checkbox" guest-visibility="disabled"> 78 <div class="checkbox controlled-setting-with-label"
82 <span class="controlled-setting-with-label"> 79 guest-visibility="disabled">
83 <input id="show-bookmark-bars" type="checkbox" 80 <label>
81 <input type="checkbox"
84 pref="bookmark_bar.show_on_all_tabs" 82 pref="bookmark_bar.show_on_all_tabs"
85 metric="Options_ShowBookmarksBar"> 83 metric="Options_ShowBookmarksBar">
86 <span> 84 <span i18n-content="toolbarShowBookmarksBar"></span>
87 <label for="show-bookmark-bars" 85 </label>
88 i18n-content="toolbarShowBookmarksBar"> 86 <span class="controlled-setting-indicator"
89 </label> 87 pref="bookmark_bar.show_on_all_tabs">
90 <span class="controlled-setting-indicator"
91 pref="bookmark_bar.show_on_all_tabs">
92 </span>
93 </span>
94 </span> 88 </span>
95 </div> 89 </div>
96 <if expr="is_posix and not chromeos and not is_macosx"> 90 <if expr="is_posix and not chromeos and not is_macosx">
97 <div class="checkbox"><label> 91 <div class="checkbox"><label>
98 <input id="show-window-decorations" type="checkbox" 92 <input id="show-window-decorations" type="checkbox"
99 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" 93 pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
100 inverted_pref> 94 inverted_pref>
101 <span i18n-content="showWindowDecorations"></span> 95 <span i18n-content="showWindowDecorations"></span>
102 </label></div> 96 </label></div>
103 </if> 97 </if>
(...skipping 26 matching lines...) Expand all
130 <button id="display-options" i18n-content="displayOptions"> 124 <button id="display-options" i18n-content="displayOptions">
131 </button> 125 </button>
132 </span> 126 </span>
133 </div> 127 </div>
134 </div> 128 </div>
135 </section> 129 </section>
136 </if> 130 </if>
137 <section> 131 <section>
138 <h3 i18n-content="sectionTitleSearch"></h3> 132 <h3 i18n-content="sectionTitleSearch"></h3>
139 <div id="search-section-content"> 133 <div id="search-section-content">
140 <label for="default-search-engine" class="settings-row" 134 <span id="default-search-engine-label"
arv (Not doing code reviews) 2014/09/03 01:10:40 This is a change in behavior. With the old markup
Evan Stade 2014/09/03 01:15:10 yea, but I don't think that was intentional or des
arv (Not doing code reviews) 2014/09/03 01:18:57 Agreed. I think this is change for the better.
Evan Stade 2014/09/03 01:24:54 cool. Thanks for the speedy review.
141 i18n-values=".innerHTML:defaultSearchGroupLabel"> 135 i18n-values=".innerHTML:defaultSearchGroupLabel"></span>
142 </label>
143 <div class="settings-row"> 136 <div class="settings-row">
144 <select id="default-search-engine" class="weakrtl"></select> 137 <select id="default-search-engine" class="weakrtl"
138 aria-labelledby="default-search-engine-label"></select>
145 <span class="controlled-setting-indicator" 139 <span class="controlled-setting-indicator"
146 pref="default_search_provider_data.template_url_data"> 140 pref="default_search_provider_data.template_url_data">
147 </span> 141 </span>
148 <button id="manage-default-search-engines" 142 <button id="manage-default-search-engines"
149 i18n-content="defaultSearchManageEngines"> 143 i18n-content="defaultSearchManageEngines">
150 </button> 144 </button>
151 </div> 145 </div>
152 </div> 146 </div>
153 </section> 147 </section>
154 <section> 148 <section>
155 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3> 149 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3>
156 <div id="voice-section-content"> 150 <div id="voice-section-content">
157 <div id="hotword-always-on-search" hidden> 151 <div id="hotword-always-on-search" hidden>
158 <div class="checkbox"> 152 <div class="checkbox controlled-setting-with-label">
159 <span class="controlled-setting-with-label"> 153 <label>
160 <input id="hotword-always-on-search-enable" 154 <input pref="hotword.always_on_search_enabled" type="checkbox">
161 pref="hotword.always_on_search_enabled" type="checkbox"> 155 <span i18n-content="hotwordAlwaysOnSearchEnable"></span>
162 <span> 156 </label>
163 <label for="hotword-always-on-search-enable"
164 i18n-content="hotwordAlwaysOnSearchEnable">
165 </label>
166 </span>
167 </span>
168 </div> 157 </div>
169 </div> 158 </div>
170 <div id="audio-logging" hidden> 159 <div id="audio-logging" hidden>
171 <div class="checkbox"> 160 <div class="checkbox controlled-setting-with-label">
172 <span class="controlled-setting-with-label"> 161 <label>
173 <input id="audio-logging-enable" 162 <input pref="hotword.audio_logging_enabled" type="checkbox">
174 pref="hotword.audio_logging_enabled" type="checkbox"> 163 <span i18n-content="hotwordAudioHistoryEnable"></span>
175 <span> 164 </label>
176 <label for="audio-logging-enable"
177 i18n-content="hotwordAudioHistoryEnable">
178 </label>
179 </span>
180 </span>
181 </div> 165 </div>
182 </div> 166 </div>
183 </div> 167 </div>
184 </section> 168 </section>
185 <section id="sync-users-section" guest-visibility="hidden"> 169 <section id="sync-users-section" guest-visibility="hidden">
186 <h3 i18n-content="sectionTitleUsers"></h3> 170 <h3 i18n-content="sectionTitleUsers"></h3>
187 <if expr="chromeos"> 171 <if expr="chromeos">
188 <include src="sync_section.html"> 172 <include src="sync_section.html">
189 </if> 173 </if>
190 <div id="profiles-section" hidden> 174 <div id="profiles-section" hidden>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 </div> 213 </div>
230 </if> <!-- not chromeos --> 214 </if> <!-- not chromeos -->
231 </section> 215 </section>
232 <div id="advanced-settings" hidden> 216 <div id="advanced-settings" hidden>
233 <div id="advanced-settings-container"> 217 <div id="advanced-settings-container">
234 <if expr="chromeos"> 218 <if expr="chromeos">
235 <section> 219 <section>
236 <h3 i18n-content="datetimeTitle"></h3> 220 <h3 i18n-content="datetimeTitle"></h3>
237 <div class="option-control-table"> 221 <div class="option-control-table">
238 <div guest-visibility="disabled"> 222 <div guest-visibility="disabled">
239 <label for="timezone-select" class="option-name" 223 <span id="timezone-value-label" class="option-name"
arv (Not doing code reviews) 2014/09/03 01:10:40 same here
240 i18n-content="timezone"></label> 224 i18n-content="timezone"></span>
241 <div id="timezone-value"> 225 <div id="timezone-value">
242 <select id="timezone-select" class="control" 226 <select class="control"
243 i18n-options="timezoneList" data-type="string" 227 i18n-options="timezoneList" data-type="string"
244 pref="cros.system.timezone"> 228 pref="cros.system.timezone"
245 </select> 229 aria-labelledby="timezone-value-label"></select>
246 </div> 230 </div>
247 </div> 231 </div>
248 <div class="checkbox settings-row"> 232 <div class="checkbox settings-row">
249 <label> 233 <label>
250 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" 234 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock"
251 type="checkbox"> 235 type="checkbox">
252 <span i18n-content="use24HourClock"></span> 236 <span i18n-content="use24HourClock"></span>
253 </label> 237 </label>
254 </div> 238 </div>
255 <div id="time-synced-explanation" class="settings-row" 239 <div id="time-synced-explanation" class="settings-row"
(...skipping 28 matching lines...) Expand all
284 i18n-content="privacyContentSettingsButton"></button> 268 i18n-content="privacyContentSettingsButton"></button>
285 <button id="privacyClearDataButton" 269 <button id="privacyClearDataButton"
286 i18n-content="privacyClearDataButton"></button> 270 i18n-content="privacyClearDataButton"></button>
287 </div> 271 </div>
288 <p id="privacy-explanation" class="settings-row"> 272 <p id="privacy-explanation" class="settings-row">
289 <span i18n-content="improveBrowsingExperience"></span> 273 <span i18n-content="improveBrowsingExperience"></span>
290 <span i18n-content="disableWebServices"></span> 274 <span i18n-content="disableWebServices"></span>
291 <a target="_blank" i18n-content="learnMore" 275 <a target="_blank" i18n-content="learnMore"
292 i18n-values="href:privacyLearnMoreURL"></a> 276 i18n-values="href:privacyLearnMoreURL"></a>
293 </p> 277 </p>
294 <div class="checkbox"> 278 <div class="checkbox controlled-setting-with-label">
295 <span class="controlled-setting-with-label"> 279 <label>
296 <input id="alternateErrorPagesEnabled" 280 <input id="alternateErrorPagesEnabled"
297 pref="alternate_error_pages.enabled" 281 pref="alternate_error_pages.enabled"
298 metric="Options_LinkDoctorCheckbox" type="checkbox"> 282 metric="Options_LinkDoctorCheckbox" type="checkbox">
299 <span> 283 <span i18n-content="linkDoctorPref"></span>
300 <label for="alternateErrorPagesEnabled" 284 </label>
301 i18n-content="linkDoctorPref"> 285 <span class="controlled-setting-indicator"
302 </label> 286 pref="alternate_error_pages.enabled">
303 <span class="controlled-setting-indicator" 287 </span>
304 pref="alternate_error_pages.enabled"> 288 </div>
305 </span> 289 <div class="checkbox controlled-setting-with-label"
306 </span> 290 guest-visibility="disabled">
291 <label>
292 <input pref="search.suggest_enabled"
293 metric="Options_UseSuggestCheckbox" type="checkbox">
294 <span i18n-content="suggestPref"></span>
295 </label>
296 <span class="controlled-setting-indicator"
297 pref="search.suggest_enabled">
307 </span> 298 </span>
308 </div> 299 </div>
309 <div class="checkbox" guest-visibility="disabled"> 300 <div class="checkbox" guest-visibility="disabled">
310 <span class="controlled-setting-with-label"> 301 <span class="controlled-setting-with-label">
311 <input id="searchSuggestEnabled" pref="search.suggest_enabled" 302 <label>
312 metric="Options_UseSuggestCheckbox" type="checkbox"> 303 <input id="networkPredictionOptions"
313 <span> 304 metric="Options_DnsPrefetchCheckbox" type="checkbox">
314 <label for="searchSuggestEnabled" i18n-content="suggestPref"> 305 <span i18n-content="networkPredictionEnabledDescription"></span>
315 </label> 306 </label>
316 <span class="controlled-setting-indicator" 307 <span class="controlled-setting-indicator"
317 pref="search.suggest_enabled"> 308 pref="net.network_prediction_options"></span>
318 </span>
319 </span>
320 </span> 309 </span>
321 </div> 310 </div>
322 <div class="checkbox" guest-visibility="disabled"> 311 <div class="checkbox controlled-setting-with-label">
323 <span class="controlled-setting-with-label"> 312 <label>
324 <input id="networkPredictionOptions" 313 <input
325 metric="Options_DnsPrefetchCheckbox" type="checkbox">
326 <span>
327 <label for="networkPredictionOptions"
328 i18n-content="networkPredictionEnabledDescription">
329 </label>
330 <span class="controlled-setting-indicator"
331 pref="net.network_prediction_options">
332 </span>
333 </span>
334 </span>
335 </div>
336 <div class="checkbox">
337 <span class="controlled-setting-with-label">
338 <input id="safe-browsing-extended-reporting-enabled"
339 metric="Options_SafeBrowsingExtendedReportingCheckbox" 314 metric="Options_SafeBrowsingExtendedReportingCheckbox"
340 pref="safebrowsing.extended_reporting_enabled" 315 pref="safebrowsing.extended_reporting_enabled"
341 type="checkbox"> 316 type="checkbox">
342 <span> 317 <span i18n-content="safeBrowsingEnableExtendedReporting"></span>
343 <label for="safe-browsing-extended-reporting-enabled" 318 </label>
344 i18n-content="safeBrowsingEnableExtendedReporting"> 319 <span class="controlled-setting-indicator"
345 </label> 320 pref="safebrowsing.extended_reporting_enabled">
346 <span class="controlled-setting-indicator"
347 pref="safebrowsing.extended_reporting_enabled">
348 </span>
349 </span>
350 </span> 321 </span>
351 </div> 322 </div>
352 <div class="checkbox"> 323 <div class="checkbox controlled-setting-with-label">
353 <span class="controlled-setting-with-label"> 324 <label>
354 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" 325 <input pref="safebrowsing.enabled"
355 metric="Options_SafeBrowsingCheckbox" type="checkbox"> 326 metric="Options_SafeBrowsingCheckbox" type="checkbox">
356 <span> 327 <span i18n-content="safeBrowsingEnableProtection"></span>
357 <label for="safeBrowsingEnabled" 328 </label>
358 i18n-content="safeBrowsingEnableProtection"> 329 <span class="controlled-setting-indicator"
359 </label> 330 pref="safebrowsing.enabled">
360 <span class="controlled-setting-indicator"
361 pref="safebrowsing.enabled">
362 </span>
363 </span>
364 </span> 331 </span>
365 </div> 332 </div>
366 <if expr="_google_chrome"> 333 <if expr="_google_chrome">
367 <div class="checkbox"> 334 <div class="checkbox controlled-setting-with-label">
368 <span class="controlled-setting-with-label"> 335 <label>
369 <input id="spelling-enabled-control" type="checkbox" 336 <input id="spelling-enabled-control" type="checkbox"
370 metric="Options_SpellingServiceCheckbox" 337 metric="Options_SpellingServiceCheckbox"
371 pref="spellcheck.use_spelling_service" dialog-pref> 338 pref="spellcheck.use_spelling_service" dialog-pref>
372 <span> 339 <span i18n-content="spellingPref"></span>
373 <label for="spelling-enabled-control" i18n-content="spellingPref"> 340 </label>
374 </label> 341 <span id="spelling-enabled-indicator"
375 <span id="spelling-enabled-indicator" 342 class="controlled-setting-indicator"
376 class="controlled-setting-indicator" 343 pref="spellcheck.use_spelling_service" dialog-pref>
377 pref="spellcheck.use_spelling_service" dialog-pref>
378 </span>
379 </span>
380 </span> 344 </span>
381 </div> 345 </div>
382 <div id="metricsReportingSetting" class="checkbox"> 346 <div id="metricsReportingSetting"
383 <span class="controlled-setting-with-label"> 347 class="checkbox controlled-setting-with-label">
384 <if expr="chromeos"> 348 <if expr="chromeos">
349 <label>
385 <input id="metricsReportingEnabled" 350 <input id="metricsReportingEnabled"
386 pref="cros.metrics.reportingEnabled" type="checkbox"> 351 pref="cros.metrics.reportingEnabled" type="checkbox">
387 <span> 352 <span i18n-content="enableLogging"></span>
388 <label for="metricsReportingEnabled" i18n-content="enableLogging"> 353 </label>
389 </label> 354 <span class="controlled-setting-indicator"
390 <span class="controlled-setting-indicator" 355 pref="cros.metrics.reportingEnabled"></span>
391 pref="cros.metrics.reportingEnabled">
392 </span>
393 </span>
394 </if> 356 </if>
395 <if expr="not chromeos"> 357 <if expr="not chromeos">
358 <label>
396 <input id="metricsReportingEnabled" 359 <input id="metricsReportingEnabled"
397 pref="user_experience_metrics.reporting_enabled" type="checkbox"> 360 pref="user_experience_metrics.reporting_enabled" type="checkbox">
398 <span> 361 <span i18n-content="enableLogging">
399 <label for="metricsReportingEnabled" i18n-content="enableLogging"> 362 </label>
400 </label> 363 <span class="controlled-setting-indicator"
401 <span class="controlled-setting-indicator" 364 pref="user_experience_metrics.reporting_enabled">
402 pref="user_experience_metrics.reporting_enabled"> 365 </span>
403 </span> 366 <span id="metrics-reporting-reset-restart">
404 <span id="metrics-reporting-reset-restart"> 367 <!-- Text filled by JavaScript -->
405 <!-- Text filled by JavaScript --> 368 <span></span><button class=
406 <span></span><button class= 369 "link-button standalone-link-button"></button><span></span>
407 "link-button standalone-link-button"></button><span></span> 370 </span>
408 </span>
409 </span>
410 </if> 371 </if>
411 </span>
412 </div> 372 </div>
413 </if> <!-- _google_chrome --> 373 </if> <!-- _google_chrome -->
414 <div class="checkbox"> 374 <div class="checkbox">
415 <label> 375 <label>
416 <input id="do-not-track-enabled" pref="enable_do_not_track" 376 <input id="do-not-track-enabled" pref="enable_do_not_track"
417 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> 377 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref>
418 <span i18n-content="doNotTrack"></span> 378 <span i18n-content="doNotTrack"></span>
419 </label> 379 </label>
420 </div> 380 </div>
421 <if expr="chromeos"> 381 <if expr="chromeos">
422 <div class="checkbox"> 382 <div class="checkbox controlled-setting-with-label">
423 <span class="controlled-setting-with-label"> 383 <label>
424 <input id="content-protection-attestation-enabled" type="checkbox" 384 <input id="content-protection-attestation-enabled" type="checkbox"
425 pref="cros.device.attestation_for_content_protection_enabled"> 385 pref="cros.device.attestation_for_content_protection_enabled">
426 <span> 386 <span i18n-content="enableContentProtectionAttestation"></span>
427 <label for="content-protection-attestation-enabled" 387 </label>
428 i18n-content="enableContentProtectionAttestation"> 388 <a target="_blank" i18n-content="learnMore"
429 </label> 389 i18n-values="href:contentProtectionAttestationLearnMoreURL">
430 <a target="_blank" i18n-content="learnMore" 390 </a>
431 i18n-values="href:contentProtectionAttestationLearnMoreURL"> 391 <span class="controlled-setting-indicator"
432 </a> 392 pref="cros.device.attestation_for_content_protection_enabled">
433 <span class="controlled-setting-indicator"
434 pref="cros.device.attestation_for_content_protection_enabled">
435 </span>
436 </span>
437 </span> 393 </span>
438 </div> 394 </div>
439 </if> 395 </if>
440 <div id="hotword-search" hidden> 396 <div id="hotword-search" hidden>
441 <div class="checkbox"> 397 <div class="checkbox controlled-setting-with-label">
442 <span class="controlled-setting-with-label"> 398 <label>
443 <input id="hotword-search-enable" pref="hotword.search_enabled_2" 399 <input id="hotword-search-enable" pref="hotword.search_enabled_2"
444 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> 400 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref>
445 <span> 401 <span i18n-values=".innerHTML:hotwordSearchEnable"></span>
446 <label for="hotword-search-enable" 402 </label>
447 i18n-values=".innerHTML:hotwordSearchEnable"> 403 <span id="hotword-search-setting-indicator"
448 </label> 404 pref="hotword.search_enabled_2" dialog-pref>
449 <span id="hotword-search-setting-indicator"
450 pref="hotword.search_enabled_2" dialog-pref>
451 </span>
452 </span>
453 </span> 405 </span>
454 </div> 406 </div>
455 </div> 407 </div>
456 </div> 408 </div>
457 </section> 409 </section>
458 <if expr="chromeos"> 410 <if expr="chromeos">
459 <!-- By default, the bluetooth section is hidden. It is only visible if a 411 <!-- By default, the bluetooth section is hidden. It is only visible if a
460 bluetooth adapter is discovered --> 412 bluetooth adapter is discovered -->
461 <section id="bluetooth-devices" hidden> 413 <section id="bluetooth-devices" hidden>
462 <h3 i18n-content="bluetooth"></h3> 414 <h3 i18n-content="bluetooth"></h3>
(...skipping 15 matching lines...) Expand all
478 <button id="bluetooth-add-device" 430 <button id="bluetooth-add-device"
479 i18n-content="addBluetoothDevice" hidden></button> 431 i18n-content="addBluetoothDevice" hidden></button>
480 <button id="bluetooth-reconnect-device" 432 <button id="bluetooth-reconnect-device"
481 i18n-content="bluetoothConnectDevice" disabled hidden></button> 433 i18n-content="bluetoothConnectDevice" disabled hidden></button>
482 </div> 434 </div>
483 </div> 435 </div>
484 </section> 436 </section>
485 </if> <!-- chromeos --> 437 </if> <!-- chromeos -->
486 <section id="passwords-and-autofill-section"> 438 <section id="passwords-and-autofill-section">
487 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> 439 <h3 i18n-content="passwordsAndAutofillGroupName"></h3>
488 <div class="checkbox"> 440 <div class="checkbox controlled-setting-with-label">
489 <span class="controlled-setting-with-label"> 441 <label>
490 <input id="autofill-enabled" pref="autofill.enabled" 442 <input id="autofill-enabled" pref="autofill.enabled"
491 metric="Options_FormAutofill" type="checkbox"> 443 metric="Options_FormAutofill" type="checkbox">
492 <span> 444 <span i18n-content="autofillEnabled"></span>
493 <label for="autofill-enabled" i18n-content="autofillEnabled"></label> 445 <span class="controlled-setting-indicator" pref="autofill.enabled">
494 <span class="controlled-setting-indicator" pref="autofill.enabled">
495 </span>
496 <button id="autofill-settings" class="link-button"
497 i18n-content="manageAutofillSettings">
498 </button>
499 </span> 446 </span>
500 </span> 447 </label>
448 <button id="autofill-settings" class="link-button"
449 i18n-content="manageAutofillSettings">
450 </button>
501 </div> 451 </div>
502 <div class="checkbox"> 452 <div class="checkbox controlled-setting-with-label">
503 <span class="controlled-setting-with-label"> 453 <label>
504 <input id="password-manager-enabled" 454 <input id="password-manager-enabled"
505 pref="profile.password_manager_enabled" 455 pref="profile.password_manager_enabled"
506 metric="Options_PasswordManager" type="checkbox"> 456 metric="Options_PasswordManager" type="checkbox">
507 <span> 457 <span i18n-content="passwordManagerEnabled"></span>
508 <label for="password-manager-enabled" 458 <span class="controlled-setting-indicator"
509 i18n-content="passwordManagerEnabled"> 459 pref="profile.password_manager_enabled"></span>
510 </label>
511 <span class="controlled-setting-indicator"
512 pref="profile.password_manager_enabled">
513 </span>
514 <button id="manage-passwords" class="link-button"
515 i18n-content="managePasswords">
516 </button>
517 </span> 460 </span>
518 </span> 461 </label>
462 <button id="manage-passwords" class="link-button"
463 i18n-content="managePasswords"></button>
519 </div> 464 </div>
520 <if expr="is_macosx"> 465 <if expr="is_macosx">
521 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> 466 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden>
522 </div> 467 </div>
523 </if> 468 </if>
524 </section> 469 </section>
525 <section id="easy-unlock-section" guest-visibility="hidden" hidden> 470 <section id="easy-unlock-section" guest-visibility="hidden" hidden>
526 <h3 i18n-content="easyUnlockSectionTitle"></h3> 471 <h3 i18n-content="easyUnlockSectionTitle"></h3>
527 <!-- Options shown when the user has not set up Easy Unlock --> 472 <!-- Options shown when the user has not set up Easy Unlock -->
528 <div id='easy-unlock-setup' hidden> 473 <div id='easy-unlock-setup' hidden>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 <h3 i18n-content="advancedSectionTitleLanguages"></h3> 551 <h3 i18n-content="advancedSectionTitleLanguages"></h3>
607 <div class="settings-row"> 552 <div class="settings-row">
608 <span i18n-content="languageSectionLabel"></span> 553 <span i18n-content="languageSectionLabel"></span>
609 <a target="_blank" i18n-content="learnMore" 554 <a target="_blank" i18n-content="learnMore"
610 i18n-values="href:languagesLearnMoreURL"></a> 555 i18n-values="href:languagesLearnMoreURL"></a>
611 </div> 556 </div>
612 <div class="settings-row"> 557 <div class="settings-row">
613 <button id="language-button" 558 <button id="language-button"
614 i18n-content="languageAndSpellCheckSettingsButton"></button> 559 i18n-content="languageAndSpellCheckSettingsButton"></button>
615 </div> 560 </div>
616 <div class="checkbox"> 561 <div class="checkbox controlled-setting-with-label">
617 <span class="controlled-setting-with-label"> 562 <label>
618 <input id="enableTranslate" pref="translate.enabled" 563 <input pref="translate.enabled"
619 metric="Options_Translate" type="checkbox"> 564 metric="Options_Translate" type="checkbox">
620 <span> 565 <span i18n-content="translateEnableTranslate"></span>
621 <label for="enableTranslate" i18n-content="translateEnableTranslate"> 566 </label>
622 </label> 567 <span class="controlled-setting-indicator" pref="translate.enabled">
623 <span class="controlled-setting-indicator" pref="translate.enabled">
624 </span>
625 <button id="manage-languages" class="link-button"
626 i18n-content="manageLanguages"></button>
627 </span>
628 </span> 568 </span>
569 <button id="manage-languages" class="link-button"
570 i18n-content="manageLanguages"></button>
629 </div> 571 </div>
630 </section> 572 </section>
631 <section id="downloads-section"> 573 <section id="downloads-section">
632 <h3 i18n-content="downloadLocationGroupName"></h3> 574 <h3 i18n-content="downloadLocationGroupName"></h3>
633 <div> 575 <div>
634 <div class="settings-row"> 576 <div class="settings-row">
635 <label> 577 <label>
636 <span id="download-location-label" 578 <span id="download-location-label"
637 i18n-content="downloadLocationBrowseTitle"> 579 i18n-content="downloadLocationBrowseTitle">
638 </span> 580 </span>
639 <input id="downloadLocationPath" class="weakrtl" type="text" 581 <input id="downloadLocationPath" class="weakrtl" type="text"
640 size="36" readonly> 582 size="36" readonly>
641 </label> 583 </label>
642 <button id="downloadLocationChangeButton" 584 <button id="downloadLocationChangeButton"
643 i18n-content="downloadLocationChangeButton"> 585 i18n-content="downloadLocationChangeButton">
644 </button> 586 </button>
645 <span class="controlled-setting-indicator" 587 <span class="controlled-setting-indicator"
646 pref="download.default_directory"> 588 pref="download.default_directory">
647 </span> 589 </span>
648 </div> 590 </div>
649 <div class="checkbox"> 591 <div class="checkbox controlled-setting-with-label">
650 <span class="controlled-setting-with-label"> 592 <label>
651 <input id="prompt-for-download" type="checkbox" 593 <input type="checkbox"
652 pref="download.prompt_for_download" 594 pref="download.prompt_for_download"
653 metric="Options_AskForSaveLocation"> 595 metric="Options_AskForSaveLocation">
654 <span> 596 <span i18n-content="downloadLocationAskForSaveLocation"></span>
655 <label for="prompt-for-download" 597 </label>
656 i18n-content="downloadLocationAskForSaveLocation"> 598 <span class="controlled-setting-indicator"
657 </label> 599 pref="download.prompt_for_download"></span>
658 <span class="controlled-setting-indicator"
659 pref="download.prompt_for_download">
660 </span>
661 </span>
662 </span>
663 </div> 600 </div>
664 <if expr="chromeos"> 601 <if expr="chromeos">
665 <div class="checkbox" id="disable-drive-row" guest-visibility="disabled"> 602 <div class="checkbox controlled-setting-with-label"
666 <span class="controlled-setting-with-label"> 603 id="disable-drive-row" guest-visibility="disabled">
667 <input id="drive-disabled" type="checkbox" 604 <label>
605 <input type="checkbox"
668 pref="gdata.disabled" 606 pref="gdata.disabled"
669 metric="Options_DisableGData"> 607 metric="Options_DisableGData">
670 <span> 608 <span i18n-content="disableGData"></span>
671 <label for="drive-disabled" i18n-content="disableGData"></label> 609 </label>
672 <span class="controlled-setting-indicator" pref="gdata.disabled"> 610 <span class="controlled-setting-indicator" pref="gdata.disabled">
673 </span>
674 </span>
675 </span> 611 </span>
676 </div> 612 </div>
677 </if> 613 </if>
678 <div id="auto-open-file-types-section" hidden> 614 <div id="auto-open-file-types-section" hidden>
679 <div id="auto-open-file-types-container"> 615 <div id="auto-open-file-types-container">
680 <div id="auto-open-file-types-label" class="settings-row" 616 <div id="auto-open-file-types-label" class="settings-row"
681 i18n-content="autoOpenFileTypesInfo"></div> 617 i18n-content="autoOpenFileTypesInfo"></div>
682 <div class="settings-row"> 618 <div class="settings-row">
683 <button id="autoOpenFileTypesResetToDefault" 619 <button id="autoOpenFileTypesResetToDefault"
684 i18n-content="autoOpenFileTypesResetToDefault"></button> 620 i18n-content="autoOpenFileTypesResetToDefault"></button>
(...skipping 18 matching lines...) Expand all
703 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 639 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
704 <div class="settings-row"> 640 <div class="settings-row">
705 <span i18n-content="cloudPrintOptionLabel"></span> 641 <span i18n-content="cloudPrintOptionLabel"></span>
706 <a target="_blank" i18n-content="learnMore" 642 <a target="_blank" i18n-content="learnMore"
707 i18n-values="href:cloudPrintLearnMoreURL"></a> 643 i18n-values="href:cloudPrintLearnMoreURL"></a>
708 </div> 644 </div>
709 <button id="cloudPrintDevicesPageButton" 645 <button id="cloudPrintDevicesPageButton"
710 i18n-content="cloudPrintDevicesPageButton"> 646 i18n-content="cloudPrintDevicesPageButton">
711 </button> 647 </button>
712 648
713 <div class="checkbox" 649 <div class="checkbox controlled-setting-with-label"
714 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> 650 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox">
715 <span class="controlled-setting-with-label"> 651 <label>
716 <input id="local-discovery-notifications-enabled" 652 <input id="local-discovery-notifications-enabled"
717 pref="local_discovery.notifications_enabled" 653 pref="local_discovery.notifications_enabled"
718 type="checkbox" 654 type="checkbox"
719 metric="LocalDiscoveryNotificationsDisabled_Settings"> 655 metric="LocalDiscoveryNotificationsDisabled_Settings">
720 <span> 656 <span i18n-content="cloudPrintEnableNotificationsLabel"></span>
721 <label for="local-discovery-notifications-enabled" 657 </label>
722 i18n-content="cloudPrintEnableNotificationsLabel"> 658 <span class="controlled-setting-indicator"
723 </label> 659 pref="local_discovery.notifications_enabled"></span>
724 <span class="controlled-setting-indicator"
725 pref="local_discovery.notifications_enabled">
726 </span>
727 </span>
728 </span>
729 </div> 660 </div>
730 </section> 661 </section>
731 </if> 662 </if>
732 663
733 <if expr="chromeos"> 664 <if expr="chromeos">
734 <include src="startup_section.html"> 665 <include src="startup_section.html">
735 <section> 666 <section>
736 <h3 i18n-content="accessibilityTitle"></h3> 667 <h3 i18n-content="accessibilityTitle"></h3>
737 <div class="option-control-table"> 668 <div class="option-control-table">
738 <p id="accessibility-explanation" class="settings-row"> 669 <p id="accessibility-explanation" class="settings-row">
739 <span i18n-content="accessibilityExplanation"></span> 670 <span i18n-content="accessibilityExplanation"></span>
740 <a id="accessibility-learn-more" target="_blank" 671 <a id="accessibility-learn-more" target="_blank"
741 i18n-content="learnMore"></a> 672 i18n-content="learnMore"></a>
742 </p> 673 </p>
743 <div class="option-name"> 674 <div class="option-name">
744 <div class="checkbox"> 675 <div class="checkbox controlled-setting-with-label">
745 <span class="controlled-setting-with-label"> 676 <label>
746 <input id="accessibility-should-always-show-menu" 677 <input
747 pref="settings.a11y.enable_menu" type="checkbox" 678 pref="settings.a11y.enable_menu" type="checkbox"
748 metric="Options_AccessibilitySystemMenu"> 679 metric="Options_AccessibilitySystemMenu">
749 <span> 680 <span i18n-content="accessibilityAlwaysShowMenu"></span>
750 <label for="accessibility-should-always-show-menu" 681 </label>
751 i18n-content="accessibilityAlwaysShowMenu"> 682 <span class="controlled-setting-indicator"
752 </label> 683 pref="settings.a11y.enable_menu"></span>
753 <span class="controlled-setting-indicator" 684 </div>
754 pref="settings.a11y.enable_menu"> 685 </div>
755 </span> 686 <div class="option-name">
687 <div class="checkbox controlled-setting-with-label">
688 <label>
689 <input
690 pref="settings.a11y.large_cursor_enabled" type="checkbox"
691 metric="Options_AccessibilityLargeMouseCursor">
692 <span i18n-content="accessibilityLargeCursor"></span>
693 </label>
694 <span class="controlled-setting-indicator"
695 pref="settings.a11y.large_cursor_enabled"></span>
696 </div>
697 </div>
698 <div class="option-name">
699 <div class="checkbox controlled-setting-with-label">
700 <label>
701 <input id="accessibility-high-contrast-check"
702 pref="settings.a11y.high_contrast_enabled" type="checkbox"
703 metric="Options_AccessibilityHighContrastMode">
704 <span i18n-content="accessibilityHighContrast"></span>
705 </label>
706 <span class="controlled-setting-indicator"
707 pref="settings.a11y.high_contrast_enabled">
708 </span>
709 </div>
710 </div>
711 <div id="accessibility-sticky-keys" class="option-name">
712 <div class="checkbox controlled-setting-with-label">
713 <label>
714 <input id="accessibility-sticky-keys-check"
715 pref="settings.a11y.sticky_keys_enabled" type="checkbox"
716 metric="Options_AccessibilityStickyKeys">
717 <span i18n-content="accessibilityStickyKeys"></span>
718 </label>
719 <span class="controlled-setting-indicator"
720 pref="settings.a11y.sticky_keys_enabled"></span>
756 </span> 721 </span>
757 </div> 722 </div>
758 </div> 723 </div>
759 <div class="option-name"> 724 <div class="option-name">
760 <div class="checkbox"> 725 <div class="checkbox controlled-setting-with-label">
761 <span class="controlled-setting-with-label"> 726 <label>
762 <input id="accessibility-large-cursor-check"
763 pref="settings.a11y.large_cursor_enabled" type="checkbox"
764 metric="Options_AccessibilityLargeMouseCursor">
765 <span>
766 <label for="accessibility-large-cursor-check"
767 i18n-content="accessibilityLargeCursor">
768 </label>
769 <span class="controlled-setting-indicator"
770 pref="settings.a11y.large_cursor_enabled">
771 </span>
772 </span>
773 </span>
774 </div>
775 </div>
776 <div class="option-name">
777 <div class="checkbox">
778 <span class="controlled-setting-with-label">
779 <input id="accessibility-high-contrast-check"
780 pref="settings.a11y.high_contrast_enabled" type="checkbox"
781 metric="Options_AccessibilityHighContrastMode">
782 <span>
783 <label for="accessibility-high-contrast-check"
784 i18n-content="accessibilityHighContrast">
785 </label>
786 <span class="controlled-setting-indicator"
787 pref="settings.a11y.high_contrast_enabled">
788 </span>
789 </span>
790 </span>
791 </div>
792 </div>
793 <div id="accessibility-sticky-keys" class="option-name">
794 <div class="checkbox">
795 <span class="controlled-setting-with-label">
796 <input id="accessibility-sticky-keys-check"
797 pref="settings.a11y.sticky_keys_enabled" type="checkbox"
798 metric="Options_AccessibilityStickyKeys">
799 <span>
800 <label for="accessibility-sticky-keys-check"
801 i18n-content="accessibilityStickyKeys">
802 </label>
803 <span class="controlled-setting-indicator"
804 pref="settings.a11y.sticky_keys_enabled">
805 </span>
806 </span>
807 </span>
808 </div>
809 </div>
810 <div class="option-name">
811 <div class="checkbox">
812 <span class="controlled-setting-with-label">
813 <input id="accessibility-spoken-feedback-check" 727 <input id="accessibility-spoken-feedback-check"
814 pref="settings.accessibility" type="checkbox" 728 pref="settings.accessibility" type="checkbox"
815 metric="Options_AccessibilitySpokenFeedback"> 729 metric="Options_AccessibilitySpokenFeedback">
816 <span> 730 <span i18n-content="accessibilitySpokenFeedback"></span>
817 <label for="accessibility-spoken-feedback-check" 731 </label>
818 i18n-content="accessibilitySpokenFeedback"> 732 <span class="controlled-setting-indicator"
819 </label> 733 pref="settings.accessibility">
820 <span class="controlled-setting-indicator"
821 pref="settings.accessibility">
822 </span>
823 </span>
824 </span> 734 </span>
825 <div id="accessibility-settings" hidden> 735 <div id="accessibility-settings" hidden>
826 <button id="accessibility-settings-button" 736 <button id="accessibility-settings-button"
827 i18n-content="accessibilitySettings"></button> 737 i18n-content="accessibilitySettings"></button>
828 </div> 738 </div>
829 </div> 739 </div>
830 </div> 740 </div>
831 <div class="option-name"> 741 <div class="option-name">
832 <div class="checkbox"> 742 <div class="checkbox controlled-setting-with-label">
833 <span class="controlled-setting-with-label"> 743 <input
834 <input id="accessibility-screen-magnifier-check" 744 pref="settings.a11y.screen_magnifier" type="checkbox"
835 pref="settings.a11y.screen_magnifier" type="checkbox" 745 metric="Options_AccessibilityScreenMagnifier">
836 metric="Options_AccessibilityScreenMagnifier"> 746 <span i18n-content="accessibilityScreenMagnifier"></span>
837 <span> 747 </label>
838 <label for="accessibility-screen-magnifier-check" 748 <span class="controlled-setting-indicator"
839 i18n-content="accessibilityScreenMagnifier"> 749 pref="settings.a11y.screen_magnifier"></span>
840 </label>
841 <span class="controlled-setting-indicator"
842 pref="settings.a11y.screen_magnifier">
843 </span>
844 </span>
845 </span>
846 </div> 750 </div>
847 </div> 751 </div>
848 <div class="option-name" id="accessibility-tap-dragging"> 752 <div class="option-name" id="accessibility-tap-dragging">
849 <div class="checkbox"> 753 <div class="checkbox">
850 <label> 754 <label>
851 <input id="accessibility-tap-dragging-check" 755 <input id="accessibility-tap-dragging-check"
852 pref="settings.touchpad.enable_tap_dragging" type="checkbox" 756 pref="settings.touchpad.enable_tap_dragging" type="checkbox"
853 metric="Options_AccessibilityTapDragging"> 757 metric="Options_AccessibilityTapDragging">
854 <span i18n-content="accessibilityTapDragging"></span> 758 <span i18n-content="accessibilityTapDragging"></span>
855 </label> 759 </label>
(...skipping 18 matching lines...) Expand all
874 <label for="accessibility-autoclick-dropdown" 778 <label for="accessibility-autoclick-dropdown"
875 i18n-content="accessibilityAutoclickDropdown"> 779 i18n-content="accessibilityAutoclickDropdown">
876 </label> 780 </label>
877 <select id="accessibility-autoclick-dropdown" class="control" 781 <select id="accessibility-autoclick-dropdown" class="control"
878 data-type="number" 782 data-type="number"
879 pref="settings.a11y.autoclick_delay_ms"> 783 pref="settings.a11y.autoclick_delay_ms">
880 <option value="200" 784 <option value="200"
881 i18n-content="autoclickDelayExtremelyShort"></option> 785 i18n-content="autoclickDelayExtremelyShort"></option>
882 <option value="400" 786 <option value="400"
883 i18n-content="autoclickDelayVeryShort"></option> 787 i18n-content="autoclickDelayVeryShort"></option>
884 <option value="600" i18n-content="autoclickDelayShort"></opt ion> 788 <option value="600" i18n-content="autoclickDelayShort">
885 <option value="800" i18n-content="autoclickDelayLong"></opti on> 789 </option>
790 <option value="800" i18n-content="autoclickDelayLong">
791 </option>
886 <option value="1000" 792 <option value="1000"
887 i18n-content="autoclickDelayVeryLong"></option> 793 i18n-content="autoclickDelayVeryLong"></option>
888 </select> 794 </select>
889 <span class="controlled-setting-indicator" 795 <span class="controlled-setting-indicator"
890 pref="settings.a11y.autoclick_delay_ms"> 796 pref="settings.a11y.autoclick_delay_ms">
891 </span> 797 </span>
892 </div> 798 </div>
893 </div> 799 </div>
894 </span> 800 </span>
895 </span> 801 </span>
896 </div> 802 </div>
897 </div> 803 </div>
898 <div class="option_name" id="accessibility_onscreen_keyboard"> 804 <div class="option_name" id="accessibility_onscreen_keyboard">
899 <div class="checkbox"> 805 <div class="checkbox controlled-setting-with-label">
900 <span class="controlled-setting-with-label"> 806 <label>
901 <input id="accessibility-virtual-keyboard-check" 807 <input pref="settings.a11y.virtual_keyboard" type="checkbox"
902 pref="settings.a11y.virtual_keyboard" type="checkbox" 808 metric="Options_AccessibilityOnScreenKeyboard">
903 metric="Options_AccessibilityOnScreenKeyboard"> 809 <span i18n-content="accessibilityVirtualKeyboard"></span>
904 <span> 810 </label>
905 <label for="accessibility-virtual-keyboard-check" 811 <span class="controlled-setting-indicator"
906 i18n-content="accessibilityVirtualKeyboard"> 812 pref="settings.a11y.virtual_keyboard">
907 </label>
908 <span class="controlled-setting-indicator"
909 pref="settings.a11y.virtual_keyboard">
910 </span>
911 </span>
912 </span> 813 </span>
913 </div> 814 </div>
914 </div> 815 </div>
915 </section> 816 </section>
916 <if expr="chromeos"> 817 <if expr="chromeos">
917 <section id="factory-reset-section" hidden> 818 <section id="factory-reset-section" hidden>
918 <h3 i18n-content="factoryResetTitle"></h3> 819 <h3 i18n-content="factoryResetTitle"></h3>
919 <div> 820 <div>
920 <span class="settings-row" i18n-content="factoryResetDescription"> 821 <span class="settings-row" i18n-content="factoryResetDescription">
921 </span> 822 </span>
922 <button id="factory-reset-restart" 823 <button id="factory-reset-restart"
923 i18n-content="factoryResetRestart"> 824 i18n-content="factoryResetRestart">
924 </button> 825 </button>
925 </div> 826 </div>
926 </section> 827 </section>
927 </if> 828 </if>
928 </if> 829 </if>
929 <if expr="not chromeos"> 830 <if expr="not chromeos">
930 <section id="system-section"> 831 <section id="system-section">
931 <h3 i18n-content="advancedSectionTitleSystem"></h3> 832 <h3 i18n-content="advancedSectionTitleSystem"></h3>
932 <if expr="not is_macosx"> 833 <if expr="not is_macosx">
933 <div class="checkbox"> 834 <div class="checkbox controlled-setting-with-label">
934 <span class="controlled-setting-with-label"> 835 <label>
935 <input id="backgroundModeCheckbox" pref="background_mode.enabled" 836 <input pref="background_mode.enabled"
936 type="checkbox"> 837 type="checkbox">
937 <span> 838 <span i18n-content="backgroundModeCheckbox"></span>
938 <label for="backgroundModeCheckbox" 839 </label>
939 i18n-content="backgroundModeCheckbox"> 840 <span class="controlled-setting-indicator"
940 </label> 841 pref="background_mode.enabled"></span>
941 <span class="controlled-setting-indicator"
942 pref="background_mode.enabled">
943 </span>
944 </span>
945 </span>
946 </div> 842 </div>
947 </if> 843 </if>
948 <div class="checkbox"> 844 <div class="checkbox controlled-setting-with-label">
949 <span class="controlled-setting-with-label"> 845 <label>
950 <input id="gpu-mode-checkbox" 846 <input id="gpu-mode-checkbox"
951 pref="hardware_acceleration_mode.enabled" type="checkbox"> 847 pref="hardware_acceleration_mode.enabled" type="checkbox">
952 <span> 848 <span i18n-content="gpuModeCheckbox">
953 <label for="gpu-mode-checkbox" 849 </label>
954 i18n-content="gpuModeCheckbox"> 850 <span id="gpu-mode-reset-restart"
955 </label> 851 i18n-values=".innerHTML:gpuModeResetRestart"></span>
956 <span id="gpu-mode-reset-restart"
957 i18n-values=".innerHTML:gpuModeResetRestart">
958 </span>
959 </span>
960 </span>
961 </div> 852 </div>
962 </section> 853 </section>
963 </if> 854 </if>
964 <section id="reset-profile-settings-section"> 855 <section id="reset-profile-settings-section">
965 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> 856 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
966 <div> 857 <div>
967 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> 858 <span class="settings-row" i18n-content="resetProfileSettingsDescription">
968 </span> 859 </span>
969 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> 860 <button id="reset-profile-settings" i18n-content="resetProfileSettings">
970 </button> 861 </button>
971 </div> 862 </div>
972 </section> 863 </section>
973 </div> <!-- advanced-settings-container --> 864 </div> <!-- advanced-settings-container -->
974 </div> <!-- advanced-settings --> 865 </div> <!-- advanced-settings -->
975 <footer> 866 <footer>
976 <button id="advanced-settings-expander" class="link-button" 867 <button id="advanced-settings-expander" class="link-button"
977 i18n-content="showAdvancedSettings"> 868 i18n-content="showAdvancedSettings">
978 </button> 869 </button>
979 <if expr="chromeos"> 870 <if expr="chromeos">
980 <button id="version-button" class="link-button" hidden 871 <button id="version-button" class="link-button" hidden
981 i18n-content="browserVersion"> 872 i18n-content="browserVersion">
982 </button> 873 </button>
983 </if> 874 </if>
984 </footer> 875 </footer>
985 </div> 876 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698