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

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

Issue 6296017: dom-ui settings: enable languages & spell checker settings for all platforms.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review tweak Created 9 years, 11 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 class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <option value="0">100%</option> 88 <option value="0">100%</option>
89 <option value="1">120%</option> 89 <option value="1">120%</option>
90 <option value="2">144%</option> 90 <option value="2">144%</option>
91 <option value="3">172%</option> 91 <option value="3">172%</option>
92 <option value="4">207%</option> 92 <option value="4">207%</option>
93 <option value="5">248%</option> 93 <option value="5">248%</option>
94 <option value="6">298%</option> 94 <option value="6">298%</option>
95 </select> 95 </select>
96 </label> 96 </label>
97 </div> 97 </div>
98 <if expr="not pp_ifdef('chromeos')">
99 <div>
100 <button id="language-button"
101 i18n-content="languageAndSpellCheckSettingsButton"></button>
102 </div>
103 </if>
98 <if expr="os == 'win32'"> 104 <if expr="os == 'win32'">
99 <div> 105 <div>
100 <label style="display:inline;"> 106 <label style="display:inline;">
101 <span i18n-content="gearSettingsGroupName"></span> 107 <span i18n-content="gearSettingsGroupName"></span>
102 <button id="gearSettingsConfigureGearsButton" 108 <button id="gearSettingsConfigureGearsButton"
103 i18n-content="gearSettingsConfigureGearsButton"></button> 109 i18n-content="gearSettingsConfigureGearsButton"></button>
104 </label> 110 </label>
105 </div> 111 </div>
106 </if> 112 </if>
107 </div> 113 </div>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 i18n-content="remotingSetupButton" 218 i18n-content="remotingSetupButton"
213 style="display:none;"></button> 219 style="display:none;"></button>
214 <button id="remotingStopButton" 220 <button id="remotingStopButton"
215 i18n-content="remotingStopButton" 221 i18n-content="remotingStopButton"
216 style="display:none;"></button> 222 style="display:none;"></button>
217 </div> 223 </div>
218 </div> 224 </div>
219 </section> 225 </section>
220 </if> 226 </if>
221 </div> 227 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/options_ui.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698