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

Side by Side Diff: chrome/browser/resources/options/passwords_remove_all_overlay.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 unified diff | Download patch
OLDNEW
(Empty)
1 <div class="page hidden" id="passwordsRemoveAllOverlay">
2 <h1 i18n-content="remove_all_title"></h1>
3
4 <div i18n-content="remove_all_explanation"></div>
5 <button id="remove-all-cancel" i18n-content="remove_all_no"></button>
6 <button id="remove-all-confirm" i18n-content="remove_all_yes"></button>
7 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698