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

Side by Side Diff: components/safe_browsing/web_ui/resources/safe_browsing.html

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: Changed the overall location of several files to base them on components/ Created 3 years, 6 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>
3 <head>
4 <meta charset="utf-8">
5 <title>Safe Browsing</title>
6 <link rel="stylesheet" href="safe_browsing.css">
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/util.js"></script>
11 </head>
12 <body>
13 <h1>Safe Browsing</h1>
14 <p>$i18n{sbUnderConstruction}</p>
15 <script src="chrome://resources/js/i18n_template.js"></script>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698