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

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

Issue 1223793018: Fake MD Flags sample WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, update to GYP v2 Created 4 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/resources/md_flags/md_flags.css ('k') | chrome/browser/resources/md_flags/md_flags.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_flags/md_flags.html
diff --git a/chrome/browser/resources/md_flags/md_flags.html b/chrome/browser/resources/md_flags/md_flags.html
new file mode 100644
index 0000000000000000000000000000000000000000..4abdeaf1be79a8bea51f5fd298e070cef7cd9d7b
--- /dev/null
+++ b/chrome/browser/resources/md_flags/md_flags.html
@@ -0,0 +1,30 @@
+<!doctype html>
+<html i18n-values="dir:textdirection;lang:language">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, user-scalable=no">
+<title i18n-content="title"></title>
+
+<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+<script src="chrome://resources/js/load_time_data.js"></script>
+<script src="chrome://resources/js/polymer_config.js"></script>
+<script src="chrome://md-flags/strings.js"></script>
+
+<link rel="import" href="chrome://md-flags/flags_table.html">
+<link rel="stylesheet" href="md_flags.css">
+
+</head>
+<body>
+ <h2 i18n-content="warningHeader"></h2>
+ <div>
+ <span class="warning" i18n-content="warningLabel"></span>
+ <span i18n-content="warningText"></span>
+ </div>
+ <flags-table id="flags-table"></flags-table>
+</body>
+
+<script src="md_flags.js"></script>
+<script src="chrome://resources/js/i18n_template.js"></script>
+</html>
+
« no previous file with comments | « chrome/browser/resources/md_flags/md_flags.css ('k') | chrome/browser/resources/md_flags/md_flags.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698