summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/personal_options.html
diff options
context:
space:
mode:
authorsargrass@google.com <sargrass@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-03 23:25:53 +0000
committersargrass@google.com <sargrass@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-03 23:25:53 +0000
commit096033ff2561408e18518c216d1bda06500a734e (patch)
treed8acc9e802e2ec506127c5a3ae53ac0ae5535c03 /chrome/browser/resources/options/personal_options.html
parent444fb450f0951bedf57e3598dba189653590cc20 (diff)
downloadchromium_src-096033ff2561408e18518c216d1bda06500a734e.zip
chromium_src-096033ff2561408e18518c216d1bda06500a734e.tar.gz
chromium_src-096033ff2561408e18518c216d1bda06500a734e.tar.bz2
add throbber, remove radio
Review URL: http://codereview.chromium.org/3074026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options/personal_options.html')
-rw-r--r--chrome/browser/resources/options/personal_options.html17
1 files changed, 1 insertions, 16 deletions
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index 9f907c3..2b3bae2 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -44,22 +44,7 @@
<section>
<h3 i18n-content="autofill"></h3>
<div>
- <label>
- <input id="autofill_enable"
- name="autofill_radio"
- pref="autofill.enabled"
- type="radio" value="true">
- <span i18n-content="autofill_enable"></span>
- </label>
- <label>
- <input id="autofill_disable"
- name="autofill_radio"
- pref="autofill.enabled"
- type="radio" value="false">
- <span i18n-content="autofill_disable"></span>
- </label>
- <div><button id="autofill_options"
- i18n-content="autofill_options"></button></div>
+ <button id="autofill_options" i18n-content="autofill_options"></button>
</div>
</section>
<section>