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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, user-scalable=no">
6 <title i18n-content="title"></title>
7
8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/util.js"></script>
10 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/polymer_config.js"></script>
12 <script src="chrome://md-flags/strings.js"></script>
13
14 <link rel="import" href="chrome://md-flags/flags_table.html">
15 <link rel="stylesheet" href="md_flags.css">
16
17 </head>
18 <body>
19 <h2 i18n-content="warningHeader"></h2>
20 <div>
21 <span class="warning" i18n-content="warningLabel"></span>
22 <span i18n-content="warningText"></span>
23 </div>
24 <flags-table id="flags-table"></flags-table>
25 </body>
26
27 <script src="md_flags.js"></script>
28 <script src="chrome://resources/js/i18n_template.js"></script>
29 </html>
30
OLDNEW
« 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