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

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

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/safe_browsing/safe_browsing.html
diff --git a/chrome/browser/resources/safe_browsing/safe_browsing.html b/chrome/browser/resources/safe_browsing/safe_browsing.html
new file mode 100644
index 0000000000000000000000000000000000000000..de532539cea73fdaef3ca7d5836fb13265876fc3
--- /dev/null
+++ b/chrome/browser/resources/safe_browsing/safe_browsing.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+<head>
+ <meta charset="utf-8">
+ <title i18n-content="safeBrowsing"></title>
+ <link rel="stylesheet" href="safe_browsing.css">
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="strings.js"></script>
+ <script src="safe_browsing.js"></script>
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+ <h1 i18n-content="safeBrowsing">Safe Browsing</h1>
+ <p id="sb-under-construction-message">The Safe Browsing page is under
+ construction!</p>
+ <script src="chrome://resources/js/i18n_template.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698