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

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

Issue 10270019: Add option to disable gdata. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 <button id="language-button" 374 <button id="language-button"
375 i18n-content="languageAndSpellCheckSettingsButton"></button> 375 i18n-content="languageAndSpellCheckSettingsButton"></button>
376 <div class="checkbox"> 376 <div class="checkbox">
377 <label> 377 <label>
378 <input id="enableTranslate" pref="translate.enabled" 378 <input id="enableTranslate" pref="translate.enabled"
379 metric="Options_Translate" type="checkbox"> 379 metric="Options_Translate" type="checkbox">
380 <span i18n-content="translateEnableTranslate"></span> 380 <span i18n-content="translateEnableTranslate"></span>
381 </label> 381 </label>
382 </div> 382 </div>
383 </section> 383 </section>
384 <if expr="not pp_ifdef('chromeos')">
385 <section> 384 <section>
386 <h3 i18n-content="downloadLocationGroupName"></h3> 385 <h3 i18n-content="downloadLocationGroupName"></h3>
387 <div> 386 <div>
387 <if expr="pp_ifdef('chromeos')">
388 <div class="checkbox">
389 <label>
390 <input type="checkbox" pref="gdata.disabled">
csilv 2012/04/30 23:30:08 You should probably add: metric="Options_Disable
achuithb 2012/05/01 04:17:12 Done.
391 <span i18n-content="disableGData"></span>
392 </label>
393 </div>
394 </if>
395 <if expr="not pp_ifdef('chromeos')">
388 <div class="settings-row"> 396 <div class="settings-row">
389 <label> 397 <label>
390 <span i18n-content="downloadLocationBrowseTitle"></span> 398 <span i18n-content="downloadLocationBrowseTitle"></span>
391 <input id="downloadLocationPath" class="weakrtl" type="text" 399 <input id="downloadLocationPath" class="weakrtl" type="text"
392 pref="download.default_directory" size="36" readonly> 400 pref="download.default_directory" size="36" readonly>
393 </label> 401 </label>
394 <button id="downloadLocationChangeButton" 402 <button id="downloadLocationChangeButton"
395 pref="download.prompt_for_download" 403 pref="download.prompt_for_download"
396 i18n-content="downloadLocationChangeButton"></button> 404 i18n-content="downloadLocationChangeButton"></button>
397 </div> 405 </div>
398 <div class="checkbox"> 406 <div class="checkbox">
399 <label> 407 <label>
400 <input type="checkbox" 408 <input type="checkbox"
401 pref="download.prompt_for_download" 409 pref="download.prompt_for_download"
402 metric="Options_AskForSaveLocation"> 410 metric="Options_AskForSaveLocation">
403 <span i18n-content="downloadLocationAskForSaveLocation"></span> 411 <span i18n-content="downloadLocationAskForSaveLocation"></span>
404 </label> 412 </label>
405 </div> 413 </div>
406 <div id="auto-open-file-types-section" hidden> 414 <div id="auto-open-file-types-section" hidden>
407 <div id="auto-open-file-types-container"> 415 <div id="auto-open-file-types-container">
408 <div id="auto-open-file-types-label" 416 <div id="auto-open-file-types-label"
409 i18n-content="autoOpenFileTypesInfo"></div> 417 i18n-content="autoOpenFileTypesInfo"></div>
410 <button id="autoOpenFileTypesResetToDefault" 418 <button id="autoOpenFileTypesResetToDefault"
411 i18n-content="autoOpenFileTypesResetToDefault"></button> 419 i18n-content="autoOpenFileTypesResetToDefault"></button>
412 </div> 420 </div>
413 </div> 421 </div>
422 </if>
414 </div> 423 </div>
415 </section> 424 </section>
416 </if>
417 <section> 425 <section>
418 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 426 <h3 i18n-content="advancedSectionTitleSecurity"></h3>
419 <div> 427 <div>
420 <div class="settings-row"> 428 <div class="settings-row">
421 <button id="certificatesManageButton" 429 <button id="certificatesManageButton"
422 i18n-content="certificatesManageButton"></button> 430 i18n-content="certificatesManageButton"></button>
423 </div> 431 </div>
424 <div class="checkbox"> 432 <div class="checkbox">
425 <label> 433 <label>
426 <input id="sslCheckRevocation" type="checkbox"> 434 <input id="sslCheckRevocation" type="checkbox">
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 </section> 496 </section>
489 </if> 497 </if>
490 </div> <!-- advanced-settings-container --> 498 </div> <!-- advanced-settings-container -->
491 </div> <!-- advanced-settings --> 499 </div> <!-- advanced-settings -->
492 <footer> 500 <footer>
493 <button id="advanced-settings-expander" class="link-button" 501 <button id="advanced-settings-expander" class="link-button"
494 i18n-content="showAdvancedSettings"> 502 i18n-content="showAdvancedSettings">
495 </button> 503 </button>
496 </footer> 504 </footer>
497 </div> 505 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options2/browser_options_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698