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

Side by Side Diff: remoting/webapp/html/message_window.html

Issue 493813002: Show MessageWindow from the background page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add support for confirm dialogs Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <!-- Copyright (c) 2013 Google. All rights reserved. -->
3
4 <html>
5 <head>
6 <meta charset="utf-8">
7 <link rel="stylesheet" href="open_sans.css">
8 <link rel="stylesheet" href="main.css">
9 <link rel="stylesheet" href="message_window.css">
10 <script src="base.js"></script>
11 <script src="message_window.js"></script>
12 <title></title>
13 </head>
14 <body>
15 <h2 id="title"></h2>
16 <p id="infobox" class="information-box"></p>
17 <p id="message"></p>
18 <div class="button-row">
19 <button id="button-primary"></button>
20 <button id="button-secondary"></button>
21 </div>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698