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 6db421d493e1390dc77087811a9efbe01208aa78..b70a0a7d0b0c2e7b9cc6c1e27ea5b71ca854d2eb 100644 |
--- a/chrome/browser/resources/options/passwords_exceptions.html |
+++ b/chrome/browser/resources/options/passwords_exceptions.html |
@@ -4,4 +4,28 @@ |
> |
<span i18n-content="passwordsExceptionsTitle"></span> |
</h1> |
+ |
+ <!-- Navigation tabls --> |
+ <div class="subpages-nav-tabs"> |
+ <span i18n-content="passwordsTabTitle" id="passwords-nav-tab" |
+ class="inactive-tab" tab-contents="passwordsFilterTab"></span> |
+ <span i18n-content="exceptionsTabTitle" id="exceptions-nav-tab" |
+ class="inactive-tab" tab-contents="exceptionsFilterTab"></span> |
+ </div> |
+ |
+ <!-- Passwords filter tab contents --> |
+ <div id="passwordsFilterTab" class="subpages-tab-contents"> |
+ <section> |
+ <div id="passwordsArea"> |
+ </div> |
+ </section> |
+ </div> |
+ |
+ <!-- Exceptions filter tab contents --> |
+ <div id="exceptionsFilterTab" class="subpages-tab-contents"> |
+ <section> |
+ <div id="exceptionsArea"> |
+ </div> |
+ </section> |
+ </div> |
</div> |