Commit 0e3564a7 authored by csilv@chromium.org's avatar csilv@chromium.org

dom-ui sync: When hitting the 'Customize' button, retain 'keep everything sync'd state.

BUG=81603
TEST=Verify that 'Sync everything' is selcted on toggle between 'Customize' and 'Use default settings'.
Review URL: http://codereview.chromium.org/6974006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86243 0039d316-1c4b-4281-b951-d872f2087c98
parent eacb080b
...@@ -70,7 +70,7 @@ cr.define('options', function() { ...@@ -70,7 +70,7 @@ cr.define('options', function() {
self.closeOverlay_(); self.closeOverlay_();
}; };
$('customize-link').onclick = function() { $('customize-link').onclick = function() {
self.showCustomizePage_(false); self.showCustomizePage_(true);
}; };
$('confirm-everything-ok').onclick = function() { $('confirm-everything-ok').onclick = function() {
self.sendConfiguration_(); self.sendConfiguration_();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment