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

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

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge Created 3 years, 7 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 <!-- TODO(dbeam): merge with chrome/browser/resources/alert_overlay.html -->
2 <div id="alertOverlay" class="page">
3 <div class="close-button"></div>
4 <h1 id="alertOverlayTitle"></h1>
5 <div class="content-area">
6 <div id="alertOverlayMessage"></div>
7 </div>
8 <div class="action-area">
9 <div class="button-strip">
10 <button id="alertOverlayCancel" type="reset"></button>
11 <button id="alertOverlayOk" class="default-button" type="submit"></button>
12 </div>
13 </div>
14 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/alert_overlay.css ('k') | chrome/browser/resources/history/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698