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

Side by Side Diff: components/safe_browsing/password_protection/DEPS

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: address nparker's comments Created 3 years, 6 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",
3 "+components/content_settings/core/browser", 2 "+components/content_settings/core/browser",
4 "+components/history/core/browser", 3 "+components/history/core/browser",
5 "+components/safe_browsing/csd.pb.h", 4 "+components/password_manager/core/browser/password_reuse_detector.h",
6 "+components/safe_browsing_db",
7 "+components/sync_preferences/testing_pref_service_syncable.h", 5 "+components/sync_preferences/testing_pref_service_syncable.h",
8 "+content/public/browser",
9 "+content/public/test", 6 "+content/public/test",
10 "+net", 7 "+net",
11 ] 8 ]
12 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698