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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html

Issue 2959023003: MD-Settings: Create tests for edit options in Credit Cards. (Closed)
Patch Set: semicolon Created 3 years, 6 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
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/settings_autofill_section_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
index 6b568c3e75de720627d2977c8c6d4089e7e9b504..05689993a206808b5abc75ee645ad1a79da1aa02 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
@@ -168,7 +168,8 @@
</button>
</template>
<template is="dom-if" if="[[!showDots_(item.metadata)]]">
- <button is="paper-icon-button-light" class="icon-external"
+ <button is="paper-icon-button-light" id="remoteCreditCardLink"
+ class="icon-external"
on-tap="onRemoteEditCreditCardTap_" actionable></button>
</template>
</div>
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/settings_autofill_section_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698