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

Unified Diff: chrome/browser/resources/options/passwords_exceptions.html

Issue 3177023: Implement Password Exceptions Tab (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: sync Created 10 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
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/passwords_exceptions.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/passwords_exceptions.html
diff --git a/chrome/browser/resources/options/passwords_exceptions.html b/chrome/browser/resources/options/passwords_exceptions.html
index fe7b7bdcc7c82003595db283c16302fa04741ae9..f45c2637bbaccd3b3b01b770bab358adafce7c79 100644
--- a/chrome/browser/resources/options/passwords_exceptions.html
+++ b/chrome/browser/resources/options/passwords_exceptions.html
@@ -9,24 +9,25 @@
<div class="subpages-nav-tabs">
<span i18n-content="passwordsTabTitle" id="passwords-nav-tab"
class="inactive-tab" tab-contents="passwordsTab"></span>
- <span i18n-content="passwordsExceptionsTabTitle"
- id="passwords-exceptions-nav-tab"
- class="inactive-tab" tab-contents="passwordsExceptionsTab"></span>
+ <span i18n-content="passwordExceptionsTabTitle"
+ id="password-exceptions-nav-tab"
+ class="inactive-tab" tab-contents="passwordExceptionsTab"></span>
</div>
<!-- Passwords tab contents -->
<div id="passwordsTab" class="subpages-tab-contents">
<section>
<div id="passwordsArea">
- <list id="autofillableLoginsList"></list>
+ <list id="savedPasswordsList"></list>
</div>
</section>
</div>
<!-- Exceptions tab contents -->
- <div id="passwordsExceptionsTab" class="subpages-tab-contents">
+ <div id="passwordExceptionsTab" class="subpages-tab-contents">
<section>
- <div id="passwordsExceptionsArea">
+ <div id="passwordExceptionsArea">
+ <list id="passwordExceptionsList"></list>
</div>
</section>
</div>
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/passwords_exceptions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698