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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content", 2 "-content",
3 "+components/content_settings/core/browser",
4 "+components/history/core/browser",
5 "+components/safe_browsing/csd.pb.h",
3 "+components/safe_browsing_db", 6 "+components/safe_browsing_db",
7 "+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
4 "+content/public/browser", 8 "+content/public/browser",
5 "+content/public/test", 9 "+content/public/test",
6 ] 10 ]
7 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698