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

Unified 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: Added the header file in DEPS 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: components/safe_browsing/web_ui/resources/safe_browsing.html
diff --git a/components/safe_browsing/web_ui/resources/safe_browsing.html b/components/safe_browsing/web_ui/resources/safe_browsing.html
new file mode 100644
index 0000000000000000000000000000000000000000..31ae761b69fa9ac08ff371e1e944d952c67886cd
--- /dev/null
+++ b/components/safe_browsing/web_ui/resources/safe_browsing.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Safe Browsing</title>
+ <link rel="stylesheet" href="safe_browsing.css">
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.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>
+</head>
+<body>
+ <h1>Safe Browsing</h1>
+ <p>$i18n{sbUnderConstruction}</p>
+ <script src="chrome://resources/js/i18n_template.js"></script>
+</body>
+</html>
« no previous file with comments | « components/safe_browsing/web_ui/resources/safe_browsing.css ('k') | components/safe_browsing/web_ui/safe_browsing_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698