bry...@chromium.org
unread,May 11, 2012, 8:06:59 PM5/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to noe...@chromium.org, ma...@chromium.org, noe...@google.com, chromium...@chromium.org
Please take another look.
http://codereview.chromium.org/10382113/diff/4003/chrome/browser/safe_browsing/download_protection_service.cc
File chrome/browser/safe_browsing/download_protection_service.cc
(right):
http://codereview.chromium.org/10382113/diff/4003/chrome/browser/safe_browsing/download_protection_service.cc#newcode72
chrome/browser/safe_browsing/download_protection_service.cc:72: return
ClientDownloadRequest::ZIPPED_WIN_EXECUTABLE;
On 2012/05/11 22:42:06, mattm wrote:
> Seems a little weird to say this since we haven't looked in the zip
file yet,
> right? Is the idea that we only ever send the ping if that happens to
be true?
Yep, that's right. Added a comment to clarify.
http://codereview.chromium.org/10382113/diff/4003/chrome/common/safe_browsing/csd.proto
File chrome/common/safe_browsing/csd.proto (right):
http://codereview.chromium.org/10382113/diff/4003/chrome/common/safe_browsing/csd.proto#newcode172
chrome/common/safe_browsing/csd.proto:172: ZIPPED_WIN_EXECUTABLE = 3;
On 2012/05/11 23:12:32, mattm wrote:
> On 2012/05/11 23:09:41, Brian Ryner wrote:
> > On 2012/05/11 22:42:06, mattm wrote:
> > > APK isn't a win executable?
> >
> > It's not, no. Are you suggesting that we don't ping on APK's inside
ZIP
> files,
> > or to update this comment to not say "executable"?
> Oh just that "zipped win executable" contains "one of the above"
types, when one
> of those types isn't a win executable. So, more that it shouldn't say
"win".
Sounds reasonable, renamed the enum.
http://codereview.chromium.org/10382113/