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

Side by Side Diff: chrome/browser/resources/options2/alert_overlay.html

Issue 8937011: Revert "Options2: Pull the trigger." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
(Empty)
1 <div id="alertOverlay" class="page" hidden>
2 <h1 id="alertOverlayTitle"></h1>
3 <div class="content-area">
4 <div id="alertOverlayMessage"></div>
5 </div>
6 <div class="action-area">
7 <div class="button-strip">
8 <button id="alertOverlayCancel" type="reset"></button>
9 <button id="alertOverlayOk" type="submit"></button>
10 </div>
11 </div>
12 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/alert_overlay.css ('k') | chrome/browser/resources/options2/alert_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698