diff options
author | dantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 23:55:41 +0000 |
---|---|---|
committer | dantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 23:55:41 +0000 |
commit | e4875b32c749274333c1381a5a25c5a405d9cc81 (patch) | |
tree | 2ee0d4687f30f3aac6dff38be2a1c2d39d9619d3 /chrome/browser/sync/resources | |
parent | 4876a8fe9dc841182200196aaf9642f7b8cff538 (diff) | |
download | chromium_src-e4875b32c749274333c1381a5a25c5a405d9cc81.zip chromium_src-e4875b32c749274333c1381a5a25c5a405d9cc81.tar.gz chromium_src-e4875b32c749274333c1381a5a25c5a405d9cc81.tar.bz2 |
Remove the old 'customize sync' panel from win/mac/linux. And a little bit of leftover references to "merge and sync."
BUG=48125
TEST=Start up sync, change data types, stop sync, etc, nothing should break.
Review URL: http://codereview.chromium.org/2843019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/resources')
-rw-r--r-- | chrome/browser/sync/resources/gaia_login_test.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/sync/resources/gaia_login_test.html b/chrome/browser/sync/resources/gaia_login_test.html index 6de84a9..fe50af6 100644 --- a/chrome/browser/sync/resources/gaia_login_test.html +++ b/chrome/browser/sync/resources/gaia_login_test.html @@ -44,7 +44,6 @@ function set_up_testing() { win.JSON = {}; win.JSON.parse = function() { return { - showCustomize: form.show_customize.checked, error: get_selected_value(form.error), user: "homer@gmail.com", captchaUrl: "https://www.google.com/accounts/Captcha" @@ -74,7 +73,6 @@ function set_up_testing() { set_text("cannotaccessaccount", "I cannot access my account"); set_text("href:createnewaccounturl", "href:createnewaccounturl"); set_text("createaccount", "Create a Google account"); - set_text("value:customize", "Customize sync..."); set_text("value:cancel", "Cancel"); function set_text(id, text) { @@ -112,7 +110,6 @@ function update() { </iframe> <div id="options"> <form id="form" name="form"> -<p><input name="show_customize" type="checkbox" checked> Show customize</p> <p> <input type="radio" name="error" value="" checked> No Error <input type="radio" name="error" value="1"> Bad Password |