| Index: chrome/browser/resources/options/sync_setup_overlay.js
|
| ===================================================================
|
| --- chrome/browser/resources/options/sync_setup_overlay.js (revision 86224)
|
| +++ chrome/browser/resources/options/sync_setup_overlay.js (working copy)
|
| @@ -70,7 +70,7 @@
|
| self.closeOverlay_();
|
| };
|
| $('customize-link').onclick = function() {
|
| - self.showCustomizePage_(false);
|
| + self.showCustomizePage_(true);
|
| };
|
| $('confirm-everything-ok').onclick = function() {
|
| self.sendConfiguration_();
|
|
|