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

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

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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
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="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <include src="automatic_settings_reset_banner.html"> 6 <include src="automatic_settings_reset_banner.html">
7 <if expr="not pp_ifdef('chromeos')"> 7 <if expr="not pp_ifdef('chromeos')">
8 <include src="sync_section.html"> 8 <include src="sync_section.html">
9 </if> 9 </if>
10 <if expr="pp_ifdef('chromeos')"> 10 <if expr="pp_ifdef('chromeos')">
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 </label> 345 </label>
346 <a target="_blank" i18n-content="learnMore" 346 <a target="_blank" i18n-content="learnMore"
347 i18n-values="href:contentProtectionAttestationLearnMoreURL"> 347 i18n-values="href:contentProtectionAttestationLearnMoreURL">
348 </a> 348 </a>
349 <span class="controlled-setting-indicator" 349 <span class="controlled-setting-indicator"
350 pref="cros.device.attestation_for_content_protection_enabled"> 350 pref="cros.device.attestation_for_content_protection_enabled">
351 </span> 351 </span>
352 </span> 352 </span>
353 </span> 353 </span>
354 </div> 354 </div>
355 <div id="hotword-app-list" class="checkbox" hidden>
356 <label>
357 <input pref="hotword.app_list_enabled" type="checkbox">
358 <span i18n-content="enableHotwordAppList"></span>
359 </label>
360 </div>
355 </if> 361 </if>
356 <div id ="hotword-search" hidden> 362 <div id="hotword-search" hidden>
357 <div class="checkbox"> 363 <div class="checkbox">
358 <span class="controlled-setting-with-label"> 364 <span class="controlled-setting-with-label">
359 <input id="hotword-search-enable" pref="hotword.search_enabled" 365 <input id="hotword-search-enable" pref="hotword.search_enabled"
360 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> 366 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref>
361 <span> 367 <span>
362 <label for="hotword-search-enable" 368 <label for="hotword-search-enable"
363 i18n-values=".innerHTML:hotwordSearchEnable"> 369 i18n-values=".innerHTML:hotwordSearchEnable">
364 </label> 370 </label>
365 <span class="controlled-setting-indicator" 371 <span class="controlled-setting-indicator"
366 pref="hotword.search_enabled" dialog-pref> 372 pref="hotword.search_enabled" dialog-pref>
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 </div> 890 </div>
885 </section> 891 </section>
886 </div> <!-- advanced-settings-container --> 892 </div> <!-- advanced-settings-container -->
887 </div> <!-- advanced-settings --> 893 </div> <!-- advanced-settings -->
888 <footer> 894 <footer>
889 <button id="advanced-settings-expander" class="link-button" 895 <button id="advanced-settings-expander" class="link-button"
890 i18n-content="showAdvancedSettings"> 896 i18n-content="showAdvancedSettings">
891 </button> 897 </button>
892 </footer> 898 </footer>
893 </div> 899 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/app_list/start_page.js ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698