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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/remoting/resources/remoting_setting_up.html
diff --git a/chrome/browser/remoting/resources/remoting_setting_up.html b/chrome/browser/remoting/resources/remoting_setting_up.html
deleted file mode 100644
index df6debf51f985c754a06d5d53740438ee59098aa..0000000000000000000000000000000000000000
--- a/chrome/browser/remoting/resources/remoting_setting_up.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<html i18n-values="dir:textdirection;">
-<head>
-<title></title>
-<link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
-<style type="text/css">
-#throbber {
- margin: -3px 10px;
-}
-#setting_up {
- margin: 60px;
- text-align: center;
-}
-#setting_up_label {
- margin: 15px;
- font-weight: bold;
- font-size: 125%;
-}
-</style>
-<link rel="stylesheet" href="chrome://resources/css/throbber.css">
-<script src="chrome://resources/js/cr.js"></script>
-</head>
-<body i18n-values=".style.fontFamily:fontfamily">
-<form id="settingUpForm" onSubmit="return false;">
- <div id="setting_up">
- <div id="throbber" class="throbber"></div>
- <div id="setting_up_label" i18n-content="settingup"></div>
- </div>
- <div class="remoting-footer">
- <input id="cancelButton" type="button" i18n-values="value:cancel"
- onclick='chrome.send("DialogClose", [""])' />
- </div>
-</form>
-</body>
-</html>
« 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