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

Unified Diff: chrome/browser/resources/options2/autofill_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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
Index: chrome/browser/resources/options2/autofill_options.html
diff --git a/chrome/browser/resources/options2/autofill_options.html b/chrome/browser/resources/options2/autofill_options.html
deleted file mode 100644
index a1c4481f41f62c9e771751687c90c769c3fed2c1..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/autofill_options.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<div id="autofill-options" class="page" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="autofillOptionsPage"></h1>
- <div class="content-area">
-<if expr="is_macosx">
- <div class="checkbox">
- <label>
- <input pref="autofill.auxiliary_profiles_enabled" type="checkbox"
- metric="Options_AutofillAuxiliaryProfiles">
- <span i18n-content="auxiliaryProfilesEnabled"></span>
- </label>
- </div>
-</if>
- <h3 i18n-content="autofillAddresses"></h3>
- <div class="settings-list">
- <list id="address-list"></list>
- <div>
- <button id="autofill-add-address" i18n-content="autofillAddAddress">
- </button>
- </div>
- </div>
- <h3 i18n-content="autofillCreditCards"></h3>
- <div class="settings-list">
- <list id="creditcard-list"></list>
- <div>
- <button id="autofill-add-creditcard"
- i18n-content="autofillAddCreditCard"></button>
- </div>
- </div>
- </div>
- <div class="action-area">
- <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
- i18n-content="helpButton">
- </a>
- <div class="button-strip">
- <button id="autofill-options-confirm" i18n-content="ok"></button>
- </div>
- </div>
-</div>
« no previous file with comments | « chrome/browser/resources/options2/autofill_options.css ('k') | chrome/browser/resources/options2/autofill_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698