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

Unified Diff: chrome/browser/resources/md_settings/md_settings.html

Issue 893323002: Add a basic stub Polymer settings page at chrome://md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do cleanups in md_settings.html and md_settings_ui.h (addressing comments). Created 5 years, 10 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_settings/md_settings.html
diff --git a/chrome/browser/resources/md_settings/md_settings.html b/chrome/browser/resources/md_settings/md_settings.html
new file mode 100644
index 0000000000000000000000000000000000000000..8b21926a55b827f383b754c785c503e67d358f5e
--- /dev/null
+++ b/chrome/browser/resources/md_settings/md_settings.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html i18n-values="dir:textdirection;lang:language">
+<head>
+ <meta charset="utf-8">
+ <title>Settings</title>
+ <link rel="import"
+ href="chrome://resources/polymer/paper-button/paper-button.html">
+</head>
+<body>
+ <header>
+ <h1>Settings</h1>
+ </header>
+ <div class="main">
+ <paper-button id="manage-button" raised>Manage</paper>
James Hawkins 2015/02/04 23:11:04 Is this not supposed to be </paper-button>.
Oren Blasberg 2015/02/04 23:17:21 Done. (oops)
+ </div>
+</body>
+</html>
« no previous file with comments | « chrome/browser/browser_resources.grd ('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