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

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

Issue 10827148: diagnostics: Add connectivity section to chrome://diagnostics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to revision 150108. 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 5c69094b19e111ed68eb149f106ec50997fe3097..60d5b65e607d513c767c122cdc84175570abe2e9 100644
--- a/chrome/browser/resources/chromeos/diagnostics/main.html
+++ b/chrome/browser/resources/chromeos/diagnostics/main.html
@@ -3,10 +3,17 @@
<head>
<title>diagnostics</title>
<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/util.js"></script>
+ <script src="chrome://diagnostics/main.js"></script>
</head>
<body>
- <h1>Diagnostics</h1>
- <p>To be implemented. crbug.com/139442</p>
+ <div class="page">
+ <header>
+ <h1>Connectivity</h1>
+ </header>
+ <div id='connectivity-status'></div>
+ </div>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/chromeos/diagnostics/main.css ('k') | chrome/browser/resources/chromeos/diagnostics/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698