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

Unified Diff: components/safe_browsing/password_protection/DEPS

Issue 2747313002: PasswordProtectionService verdict cache management (Closed)
Patch Set: comments addressed partially Created 3 years, 9 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/password_protection/DEPS
diff --git a/components/safe_browsing/password_protection/DEPS b/components/safe_browsing/password_protection/DEPS
index 47aa0d524d547215a9402bccf54faa6f5156c7c9..af0b8948a4216535740703314561b959114afc57 100644
--- a/components/safe_browsing/password_protection/DEPS
+++ b/components/safe_browsing/password_protection/DEPS
@@ -1,6 +1,10 @@
include_rules = [
"-content",
+ "+components/content_settings/core/browser",
+ "+components/history/core/browser",
+ "+components/safe_browsing/csd.pb.h",
"+components/safe_browsing_db",
+ "+components/sync_preferences",
battre 2017/03/17 09:32:43 Is this used anywhere?
Jialiu Lin 2017/03/18 23:46:32 Yes, components/sync_preferences/testing_pref_serv
"+content/public/browser",
"+content/public/test",
]

Powered by Google App Engine
This is Rietveld 408576698