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

Side by Side Diff: chrome/browser/resources/options/password_manager.html

Issue 5810002: DOMUI: Rename PasswordsException* to PasswordManager*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more. Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="passwordsExceptionsPage"> 1 <div id="passwordManager" class="page hidden">
2 <h1 i18n-content="savedPasswordsExceptionsTitle"></h1> 2 <h1 i18n-content="savedPasswordsTitle"></h1>
3 3
4 <!-- Navigation tabs --> 4 <!-- Navigation tabs -->
5 <div class="subpages-nav-tabs"> 5 <div class="subpages-nav-tabs">
6 <span id="passwords-nav-tab" class="inactive-tab" 6 <span id="passwords-nav-tab" class="inactive-tab"
7 tab-contents="passwordsTab"> 7 tab-contents="passwordsTab">
8 <span class="inactive-tab-label" i18n-content="passwordsTabTitle"></span> 8 <span class="inactive-tab-label" i18n-content="passwordsTabTitle"></span>
9 <span class="active-tab-label" i18n-content="passwordsTabTitle"></span> 9 <span class="active-tab-label" i18n-content="passwordsTabTitle"></span>
10 </span> 10 </span>
11 <span id="password-exceptions-nav-tab" class="inactive-tab" 11 <span id="password-exceptions-nav-tab" class="inactive-tab"
12 tab-contents="passwordExceptionsTab"> 12 tab-contents="passwordExceptionsTab">
(...skipping 15 matching lines...) Expand all
28 28
29 <!-- Exceptions tab contents --> 29 <!-- Exceptions tab contents -->
30 <div id="passwordExceptionsTab" class="subpages-tab-contents"> 30 <div id="passwordExceptionsTab" class="subpages-tab-contents">
31 <section> 31 <section>
32 <div id="passwordExceptionsArea"> 32 <div id="passwordExceptionsArea">
33 <list id="passwordExceptionsList"></list> 33 <list id="passwordExceptionsList"></list>
34 </div> 34 </div>
35 </section> 35 </section>
36 </div> 36 </div>
37 </div> 37 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698