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

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

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="alertOverlay" class="page">
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/shared/css/widgets.css ('k') | chrome/browser/resources/shared/html/trash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698