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

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: Fix license header 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 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7
8 <html>
9 <head>
10 <meta charset="utf-8">
11 <link rel="stylesheet" href="open_sans.css">
12 <link rel="stylesheet" href="main.css">
13 <link rel="stylesheet" href="message_window.css">
14 <script src="base.js"></script>
15 <script src="message_window.js"></script>
16 <title></title>
17 </head>
18 <body>
19 <h2 id="title"></h2>
20 <p id="infobox" class="information-box"></p>
21 <p id="message"></p>
22 <div class="button-row">
23 <button id="button-primary"></button>
24 <button id="button-secondary"></button>
25 </div>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/background/message_window_manager.js ('k') | remoting/webapp/js_proto/chrome_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698