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

Unified Diff: chrome/browser/resources/options2/autofill_edit_creditcard_overlay.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_edit_creditcard_overlay.html
diff --git a/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html b/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html
deleted file mode 100644
index bf3278b3b32508e21143fdf101637441c8b0f141..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/autofill_edit_creditcard_overlay.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<div id="autofill-edit-credit-card-overlay" class="page" hidden>
- <div class="close-button"></div>
- <h1 id="autofill-credit-card-title"></h1>
- <div class="content-area">
- <div class="input">
- <label>
- <span i18n-content="nameOnCardLabel"></span><br>
- <input id="name-on-card" type="text">
- </label>
- </div>
- <div class="input">
- <label>
- <span i18n-content="creditCardNumberLabel"></span><br>
- <input id="credit-card-number" type="text">
- </label>
- </div>
- <div class="input">
- <label>
- <span i18n-content="creditCardExpirationDateLabel"></span><br>
- <select id="expiration-month"></select>
- <select id="expiration-year"></select>
- </label>
- </div>
- </div>
- <div class="action-area button-strip">
- <button id="autofill-edit-credit-card-cancel-button" type="reset"
- i18n-content="cancel"></button>
- <button id="autofill-edit-credit-card-apply-button" type="submit"
- i18n-content="ok" disabled></button>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698