Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/keyed_service/core", | 2 "+components/keyed_service/core", |
| 3 "+components/safe_browsing_db", | |
| 3 "+content/public/browser", | 4 "+content/public/browser", |
| 4 "+components/safe_browsing_db", | 5 "+net/base", |
|
clamy
2017/02/09 10:32:06
Is this because you have to compare the error code
engedy
2017/02/09 13:42:01
Yeah. I wasn't sure if it's OK to sneakily just re
clamy
2017/02/09 14:09:42
It's fine, just wanted to check if there was anoth
| |
| 5 ] | 6 ] |
| OLD | NEW |