Index: chrome/browser/remoting/resources/setup_done.html |
diff --git a/chrome/browser/remoting/resources/setup_done.html b/chrome/browser/remoting/resources/setup_done.html |
index 88a365cf34a9f5190693dbd9f8003d5dbf7647b2..70311f8eb7ff363249e4860f120d973155750d8d 100644 |
--- a/chrome/browser/remoting/resources/setup_done.html |
+++ b/chrome/browser/remoting/resources/setup_done.html |
@@ -44,8 +44,7 @@ html[os='mac'] input[type='submit'] { |
</style> |
<script> |
function setShowFirstTimeSetupSummary() { |
- document.getElementById("summary").innerHTML = |
- templateData['firsttimesetupsummary']; |
+ // TODO(hclam): Show the information for the first time setup. |
} |
function setMessage(msg) { |
document.getElementById('msgContent').innerHTML = msg; |
@@ -57,8 +56,7 @@ html[os='mac'] input[type='submit'] { |
</head> |
<body i18n-values=".style.fontFamily:fontfamily"> |
<div class="remoting-header" i18n-content="success"></div> |
- <div id="msgContent"></div> |
- <div id="summary" i18n-content="setupsummary"></div> |
+ <div id="msgContent">Setup completed.</div> |
<div class="remoting-footer"> |
<input id="close" type="submit" i18n-values="value:okay" |
onclick='chrome.send("DialogClose", [""])' /> |