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

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

Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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
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 0003d7f17b2aa376d5ec33fe9de70c2627c2fab7..5d2faf32be93a88f90ac7c81977da1c688c7f88b 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -242,6 +242,14 @@
</span>
</label>
</div>
+ <div id="dictionary-item" class="sync-type-checkbox checkbox">
+ <label>
+ <input id="dictionary-checkbox" type="checkbox">
+ <span i18n-content="dictionary"
+ il8n-values="title:dictionary">
+ </span>
+ </label>
+ </div>
</div>
</div>
<div class="sync-configuration-errors">

Powered by Google App Engine
This is Rietveld 408576698