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

Unified Diff: components/safe_browsing_db/database_manager.cc

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_db/database_manager.cc
diff --git a/components/safe_browsing_db/database_manager.cc b/components/safe_browsing_db/database_manager.cc
index 0155efc9f8f2b28147f7bcb39b7bbe284a370637..bbd4f90668cd29c034d48be8fd2340fec4cf87d2 100644
--- a/components/safe_browsing_db/database_manager.cc
+++ b/components/safe_browsing_db/database_manager.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
vakh (use Gerrit instead) 2017/07/07 00:23:41 this file can be left unchanged.
hkamila 2017/07/07 01:29:50 Acknowledged.
#include "components/safe_browsing_db/database_manager.h"
-
#include "base/metrics/histogram_macros.h"
Jialiu Lin 2017/07/06 23:58:27 nit: please restore the deleted line.
hkamila 2017/07/07 01:29:50 Acknowledged.
#include "components/safe_browsing_db/v4_get_hash_protocol_manager.h"
#include "components/safe_browsing_db/v4_protocol_manager_util.h"

Powered by Google App Engine
This is Rietveld 408576698