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

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

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: "Moved files to components\... and removed the username for the incognito case" 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 i18n-values="dir:textdirection">
3 <head>
4 <meta charset="utf-8">
5 <title i18n-content="safeBrowsing"></title>
6 <link rel="stylesheet" href="safe_browsing.css">
7 <script src="chrome://resources/js/cr.js"></script>
8 <script src="chrome://resources/js/load_time_data.js"></script>
9 <script src="chrome://resources/js/util.js"></script>
10 <script src="strings.js"></script>
11 <script src="safe_browsing.js"></script>
12 </head>
13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
14 <h1 i18n-content="safeBrowsing">Safe Browsing</h1>
15 <p id="sb-under-construction-message">The Safe Browsing page is under
16 construction!</p>
17 <script src="chrome://resources/js/i18n_template.js"></script>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698