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

Unified Diff: components/safe_browsing_db/README

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_db/README
diff --git a/components/safe_browsing_db/README b/components/safe_browsing_db/README
new file mode 100644
index 0000000000000000000000000000000000000000..7be4a2a2226930b05693c4d1b99ee0701a1f41f0
--- /dev/null
+++ b/components/safe_browsing_db/README
@@ -0,0 +1,6 @@
+SafeBrowsing is in the process of becoming a layered component to provide it as
Nathan Parker 2015/10/14 17:37:10 How about: safe_browsing_db/ will contain the dat
vakh (old account. dont use) 2015/10/15 21:07:08 Done.
+a reference implementation for the next version (4) of the Safe Browsing update
+protocol.
+
+The safe_browsing_db has the database_manager (local / remote / ...),
+safe_browsing_threat_types, and so on.

Powered by Google App Engine
This is Rietveld 408576698