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

Unified Diff: chrome/browser/remoting/resources/remoting_setup_error.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_setup_error.html
diff --git a/chrome/browser/remoting/resources/remoting_setup_error.html b/chrome/browser/remoting/resources/remoting_setup_error.html
deleted file mode 100644
index 807b264db0bf6477178c53c8c399bfd066437de9..0000000000000000000000000000000000000000
--- a/chrome/browser/remoting/resources/remoting_setup_error.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html i18n-values="dir:textdirection;">
-<head>
-<title></title>
-<link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
-<script>
- function setMessage(msg) {
- document.getElementById('msgContent').innerHTML = msg;
- }
- function onPageShown() {
- document.getElementById("close").focus();
- }
-</script>
-</head>
-<body i18n-values=".style.fontFamily:fontfamily">
- <div id="msgContent"></div>
- <div class="remoting-footer">
- <input id="retry" type="submit" i18n-values="value:retry"
- onclick='chrome.send("RemotingSetup", ["Retry"])' />
- <input id="close" type="submit" i18n-values="value:close"
- onclick='chrome.send("DialogClose", [""])' />
- </div>
-</body>
-</html>
« no previous file with comments | « chrome/browser/remoting/resources/remoting_setup_done.html ('k') | chrome/browser/remoting/resources/remoting_setup_flow.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698