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

Unified Diff: components/safe_browsing/web_ui/resources/safe_browsing.html

Issue 2964693003: Added experiments section and exported the list of SafeBrowsing features in WebUI (Closed)
Patch Set: Changed the location of features.cc/.h Created 3 years, 5 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
index 31ae761b69fa9ac08ff371e1e944d952c67886cd..2578e089a695d99f1064ab905719bbea2f851b0d 100644
--- a/components/safe_browsing/web_ui/resources/safe_browsing.html
+++ b/components/safe_browsing/web_ui/resources/safe_browsing.html
@@ -8,10 +8,17 @@
<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="safe_browsing.js"></script>
</head>
<body>
- <h1>Safe Browsing</h1>
+<div id="header">
+ <h1 id="sbTitle">Safe Browsing</h1>
+ </div>
<p>$i18n{sbUnderConstruction}</p>
+ <h2>Experiments</h2>
+ <div class="experiments">
+ <p id="experimentsList"></p>
+ </div>
<script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698