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

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

Issue 10836039: Chrome diagnostics: First cut at implementing chrome://diagnostics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits from jhawkins@. Created 8 years, 5 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
new file mode 100644
index 0000000000000000000000000000000000000000..5c69094b19e111ed68eb149f106ec50997fe3097
--- /dev/null
+++ b/chrome/browser/resources/chromeos/diagnostics/main.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<html>
+ <head>
+ <title>diagnostics</title>
+ <meta charset="utf-8">
+ <script src="chrome://resources/js/util.js"></script>
+ </head>
+ <body>
+ <h1>Diagnostics</h1>
+ <p>To be implemented. crbug.com/139442</p>
+ </body>
+</html>
« no previous file with comments | « chrome/browser/resources/chromeos/diagnostics/OWNERS ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698