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

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

Issue 2756803002: MD Settings: Fix search bug caused by accidental removal of subpage trigger IDs. (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | 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/passwords_and_forms_page.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
index 6ef1df4f6639f898a641c26622ad74225e672de5..a6a405599b9e963c6ff6e7a4cb16556f9a156e82 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html
@@ -20,7 +20,8 @@
<settings-animated-pages id="pages" section="passwordsAndForms">
<neon-animatable route-path="default">
<div class="settings-box first two-line">
- <div class="start two-line" on-tap="onAutofillTap_" actionable>
+ <div class="start two-line" on-tap="onAutofillTap_" actionable
+ id="autofillManagerButton">
<div class="flex">
$i18n{autofill}
<div class="secondary" id="autofillSecondary">
@@ -50,7 +51,8 @@
</div>
</template>
<div class="settings-box two-line">
- <div class="start two-line" on-tap="onPasswordsTap_" actionable>
+ <div class="start two-line" on-tap="onPasswordsTap_" actionable
+ id="passwordManagerButton">
<div class="flex">
$i18n{passwords}
<div class="secondary" id="passwordsSecondary">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698