| Index: chrome/browser/remoting/resources/remoting_setup_done.html
|
| diff --git a/chrome/browser/remoting/resources/remoting_setup_done.html b/chrome/browser/remoting/resources/remoting_setup_done.html
|
| deleted file mode 100644
|
| index 494dab0a1da7068f5c5c2f4b8d02052c10018cdf..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/remoting/resources/remoting_setup_done.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<html i18n-values="dir:textdirection;">
|
| -<head>
|
| -<title></title>
|
| -<link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
|
| -<script>
|
| - function setShowFirstTimeSetupSummary() {
|
| - document.getElementById("summary").innerHTML =
|
| - templateData['firsttimesetupsummary'];
|
| - }
|
| - function setMessage(msg) {
|
| - document.getElementById('msgContent').innerHTML = msg;
|
| - }
|
| - function onPageShown() {
|
| - document.getElementById("close").focus();
|
| - }
|
| -</script>
|
| -</head>
|
| -<body i18n-values=".style.fontFamily:fontfamily">
|
| - <div class="remoting-header" i18n-content="success"></div>
|
| - <div class="remoting-success-image">
|
| - <img src="../../resources/options/success-large.png" />
|
| - </div>
|
| - <div id="msgContent"></div>
|
| - <div class="remoting-footer">
|
| - <input id="close" type="submit" i18n-values="value:okay"
|
| - onclick='chrome.send("DialogClose", [""])' />
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|