Chromium Code Reviews| Index: chrome/browser/resources/sync_setup_overlay.html |
| diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html |
| index 9e76025ee120965497898c759667660554b28316..06e330ff0565577a14a26200af843f48cad40c09 100644 |
| --- a/chrome/browser/resources/sync_setup_overlay.html |
| +++ b/chrome/browser/resources/sync_setup_overlay.html |
| @@ -102,6 +102,13 @@ |
| </span> |
| </label> |
| </div> |
| + <div id="wifi-credentials-item" class="sync-type-checkbox checkbox"> |
| + <label> |
| + <input id="wifi-credentials-checkbox" type="checkbox"> |
| + <span i18n-content="wifiCredentials" il8n-values="title:wifiCredentials"> |
| + </span> |
| + </label> |
| + </div> |
| </div> |
| </div> |
| <div id="customize-sync-encryption-new"> |