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

Unified Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix error in get commit message Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698