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> |