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

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

Issue 11829042: [Spellcheck] Turning spelling service on by default. Adding command line flag to turn spelling serv… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <span class="controlled-setting-indicator" 294 <span class="controlled-setting-indicator"
295 pref="safebrowsing.enabled"> 295 pref="safebrowsing.enabled">
296 </span> 296 </span>
297 </span> 297 </span>
298 </span> 298 </span>
299 </div> 299 </div>
300 <if expr="pp_ifdef('_google_chrome')"> 300 <if expr="pp_ifdef('_google_chrome')">
301 <div class="checkbox"> 301 <div class="checkbox">
302 <span class="controlled-setting-with-label"> 302 <span class="controlled-setting-with-label">
303 <input id="spelling-enabled-control" type="checkbox" 303 <input id="spelling-enabled-control" type="checkbox"
304 pref="spellcheck.use_spelling_service" dialog-pref> 304 pref="spellcheck.use_spelling_suggestions" dialog-pref>
305 <span> 305 <span>
306 <label for="spelling-enabled-control" i18n-content="spellingPref"> 306 <label for="spelling-enabled-control" i18n-content="spellingPref">
307 </label> 307 </label>
308 <span id="spelling-enabled-indicator" 308 <span id="spelling-enabled-indicator"
309 class="controlled-setting-indicator" 309 class="controlled-setting-indicator"
310 pref="spellcheck.use_spelling_service" dialog-pref> 310 pref="spellcheck.use_spelling_suggestions" dialog-pref>
311 </span> 311 </span>
312 </span> 312 </span>
313 </span> 313 </span>
314 </div> 314 </div>
315 <div id="metricsReportingSetting" class="checkbox"> 315 <div id="metricsReportingSetting" class="checkbox">
316 <span class="controlled-setting-with-label"> 316 <span class="controlled-setting-with-label">
317 <if expr="pp_ifdef('chromeos')"> 317 <if expr="pp_ifdef('chromeos')">
318 <input id="metricsReportingEnabled" 318 <input id="metricsReportingEnabled"
319 pref="cros.metrics.reportingEnabled" type="checkbox"> 319 pref="cros.metrics.reportingEnabled" type="checkbox">
320 <span> 320 <span>
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 </section> 682 </section>
683 </if> 683 </if>
684 </div> <!-- advanced-settings-container --> 684 </div> <!-- advanced-settings-container -->
685 </div> <!-- advanced-settings --> 685 </div> <!-- advanced-settings -->
686 <footer> 686 <footer>
687 <button id="advanced-settings-expander" class="link-button" 687 <button id="advanced-settings-expander" class="link-button"
688 i18n-content="showAdvancedSettings"> 688 i18n-content="showAdvancedSettings">
689 </button> 689 </button>
690 </footer> 690 </footer>
691 </div> 691 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/spellchecker/spelling_service_client.cc » ('j') | chrome/common/chrome_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698