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

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

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html">
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml">
9 <include src="secondary_user_banner.html"> 9 <include src="secondary_user_banner.html">
10 <section id="network-section-cros"> 10 <section id="network-section-cros">
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 metric="Options_Use24HourClockCheckbox" type="checkbox"> 341 metric="Options_Use24HourClockCheckbox" type="checkbox">
342 <span i18n-content="use24HourClock"></span> 342 <span i18n-content="use24HourClock"></span>
343 </label> 343 </label>
344 </div> 344 </div>
345 <div id="set-time" class="settings-row" hidden> 345 <div id="set-time" class="settings-row" hidden>
346 <button id="set-time-button" 346 <button id="set-time-button"
347 i18n-content="setTimeButton"></button> 347 i18n-content="setTimeButton"></button>
348 </div> 348 </div>
349 </div> 349 </div>
350 </section> 350 </section>
351
352 <section id="device-control-section" hidden>
353 <h3 i18n-content="deviceControlTitle"></h3>
354 <div id="consumer-management-section">
355 <div class="settings-row">
356 <span i18n-content="consumerManagementDescription"></span>
357 </div>
358 <div class="settings-row">
359 <button id="consumer-management-button"></button>
360 </div>
361 </div>
362 </section>
363 </if> 351 </if>
364 <section id="privacy-section"> 352 <section id="privacy-section">
365 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 353 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
366 <div> 354 <div>
367 <div class="settings-row"> 355 <div class="settings-row">
368 <button id="privacyContentSettingsButton" 356 <button id="privacyContentSettingsButton"
369 i18n-content="privacyContentSettingsButton"></button> 357 i18n-content="privacyContentSettingsButton"></button>
370 <button id="privacyClearDataButton" 358 <button id="privacyClearDataButton"
371 i18n-content="privacyClearDataButton"></button> 359 i18n-content="privacyClearDataButton"></button>
372 </div> 360 </div>
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 </button> 1118 </button>
1131 </div> 1119 </div>
1132 </section> 1120 </section>
1133 </div> <!-- advanced-settings-container --> 1121 </div> <!-- advanced-settings-container -->
1134 </div> <!-- advanced-settings --> 1122 </div> <!-- advanced-settings -->
1135 <footer id="advanced-settings-footer"> 1123 <footer id="advanced-settings-footer">
1136 <a is="action-link" id="advanced-settings-expander" 1124 <a is="action-link" id="advanced-settings-expander"
1137 i18n-content="showAdvancedSettings"></a> 1125 i18n-content="showAdvancedSettings"></a>
1138 </footer> 1126 </footer>
1139 </div> 1127 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698