Nathan Parker
2016/11/10 18:57:46
This won't be needed by WebView directly. If it's
This won't be needed by WebView directly. If it's easier to move some of these
rather than disentangle them, that's probably ok, but it would be cleaner to
leave the embedder data (file paths, switches) in /chrome/.
timvolodine
2016/11/18 14:07:11
safe_browsing_service uses that constant, and we'l
On 2016/11/10 18:57:46, Nathan Parker wrote:
> This won't be needed by WebView directly. If it's easier to move some of
these
> rather than disentangle them, that's probably ok, but it would be cleaner to
> leave the embedder data (file paths, switches) in /chrome/.
safe_browsing_service uses that constant, and we'll need to move that file to
component as well because safe_browsing_resource_throttle depends on it.
Nathan Parker
2016/11/18 17:30:03
Digging into this, it's used by the SafeBrowisingS
On 2016/11/18 14:07:11, timvolodine wrote:
> On 2016/11/10 18:57:46, Nathan Parker wrote:
> > This won't be needed by WebView directly. If it's easier to move some of
> these
> > rather than disentangle them, that's probably ok, but it would be cleaner to
> > leave the embedder data (file paths, switches) in /chrome/.
>
> safe_browsing_service uses that constant, and we'll need to move that file to
> component as well because safe_browsing_resource_throttle depends on it.
Digging into this, it's used by the SafeBrowisingServiceImpl (which I assume
does not need componentizing), but then also by the safe_browsing_cookie_store.
The latter _may_ be used by the PingManager (which does need moving). Some safe
browsing code that shares that safe_browsing_request_context doesn't set cookies
so it wouldn't need this, but we can tease that apart another time. I think
this is fine.
Issue 2450993003: Componentize safe_browsing [1]: create component, move messages, constants and switches.
(Closed)
Created 4 years, 1 month ago by timvolodine
Modified 4 years ago
Reviewers: Nathan Parker, vakh (use Gerrit instead), Tom Sepez, Nico, blundell, brettw
Base URL:
Comments: 11