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

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

Issue 11189088: Add controlled setting indicator for default search engine configuration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment addressed. Created 8 years, 2 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 | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | 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="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 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 </section> 118 </section>
119 </if> 119 </if>
120 <section> 120 <section>
121 <h3 i18n-content="sectionTitleSearch"></h3> 121 <h3 i18n-content="sectionTitleSearch"></h3>
122 <div> 122 <div>
123 <span class="settings-row" 123 <span class="settings-row"
124 i18n-values=".innerHTML:defaultSearchGroupLabel"> 124 i18n-values=".innerHTML:defaultSearchGroupLabel">
125 </span> 125 </span>
126 <div class="settings-row"> 126 <div class="settings-row">
127 <select id="default-search-engine" class="weakrtl"></select> 127 <select id="default-search-engine" class="weakrtl"></select>
128 <span class="controlled-setting-indicator"
129 pref="default_search_provider.enabled">
130 </span>
128 <button id="manage-default-search-engines" 131 <button id="manage-default-search-engines"
129 i18n-content="defaultSearchManageEngines"> 132 i18n-content="defaultSearchManageEngines">
130 </button> 133 </button>
131 </div> 134 </div>
132 <div class="checkbox" guest-visibility="disabled"> 135 <div class="checkbox" guest-visibility="disabled">
133 <label id="instant-label"> 136 <label id="instant-label">
134 <!-- TODO(estade): metric? --> 137 <!-- TODO(estade): metric? -->
135 <input id="instant-enabled-control" type="checkbox" 138 <input id="instant-enabled-control" type="checkbox"
136 pref="instant.enabled"> 139 pref="instant.enabled">
137 <!-- TODO(estade) There's a link in here which should not be inside 140 <!-- TODO(estade) There's a link in here which should not be inside
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 </section> 619 </section>
617 </if> 620 </if>
618 </div> <!-- advanced-settings-container --> 621 </div> <!-- advanced-settings-container -->
619 </div> <!-- advanced-settings --> 622 </div> <!-- advanced-settings -->
620 <footer> 623 <footer>
621 <button id="advanced-settings-expander" class="link-button" 624 <button id="advanced-settings-expander" class="link-button"
622 i18n-content="showAdvancedSettings"> 625 i18n-content="showAdvancedSettings">
623 </button> 626 </button>
624 </footer> 627 </footer>
625 </div> 628 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698