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

Side by Side Diff: chrome/browser/remoting/resources/remoting_setting_up.html

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html i18n-values="dir:textdirection;">
2 <head>
3 <title></title>
4 <link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
5 <style type="text/css">
6 #throbber {
7 margin: -3px 10px;
8 }
9 #setting_up {
10 margin: 60px;
11 text-align: center;
12 }
13 #setting_up_label {
14 margin: 15px;
15 font-weight: bold;
16 font-size: 125%;
17 }
18 </style>
19 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
20 <script src="chrome://resources/js/cr.js"></script>
21 </head>
22 <body i18n-values=".style.fontFamily:fontfamily">
23 <form id="settingUpForm" onSubmit="return false;">
24 <div id="setting_up">
25 <div id="throbber" class="throbber"></div>
26 <div id="setting_up_label" i18n-content="settingup"></div>
27 </div>
28 <div class="remoting-footer">
29 <input id="cancelButton" type="button" i18n-values="value:cancel"
30 onclick='chrome.send("DialogClose", [""])' />
31 </div>
32 </form>
33 </body>
34 </html>
OLDNEW
« no previous file with comments | « chrome/browser/remoting/remoting_resources_source.cc ('k') | chrome/browser/remoting/resources/remoting_setup_done.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698