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

Unified Diff: chrome/browser/resources/chromeos/diagnostics/main.html

Issue 10825291: Diagnostics UI: more UI implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Determine active adapter. Created 8 years, 4 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/resources/chromeos/diagnostics/main.html
diff --git a/chrome/browser/resources/chromeos/diagnostics/main.html b/chrome/browser/resources/chromeos/diagnostics/main.html
index b9c07cc415144c4ce9a7d3d950389ebd6ea91960..d154883b12035c10e9169261f6a82c460fa83be9 100644
--- a/chrome/browser/resources/chromeos/diagnostics/main.html
+++ b/chrome/browser/resources/chromeos/diagnostics/main.html
@@ -5,6 +5,7 @@
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="main.css">
+ <script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://diagnostics/main.js"></script>
</head>
@@ -19,7 +20,9 @@
<header>
<h1>Connectivity</h1>
</header>
- <div id='connectivity-status'></div>
+ <div id="loading">Loading...</div>
xiyuan 2012/08/14 17:00:01 We should not have text directly in a html file fo
hshi1 2012/08/14 20:09:28 Done.
+ <div id="adapter-selection"></div>
+ <div id="connectivity-status"></div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698