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

Unified Diff: chrome/browser/resources/options/sync_setup_overlay.js

Issue 7065001: Fixed typed urls element ID typo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/sync_setup_overlay.js
diff --git a/chrome/browser/resources/options/sync_setup_overlay.js b/chrome/browser/resources/options/sync_setup_overlay.js
index 1565fae0451050b7dcbae44c86385ebdb779e5ee..818eeea8e47d59d2ffae6d10f70e30a8074c2ed6 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.js
+++ b/chrome/browser/resources/options/sync_setup_overlay.js
@@ -306,7 +306,7 @@ cr.define('options', function() {
$('extensions-item').className = "sync-item-hide";
}
if (args.typedUrlsRegistered) {
- $('typedUrls-checkbox').checked = args.syncTypedUrls;
+ $('typed-urls-checkbox').checked = args.syncTypedUrls;
$('omnibox-item').className = "sync-item-show";
} else {
$('omnibox-item').className = "sync-item-hide";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698