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

Issue 6708059: Turn on client-side phishing detection for UMA users with SafeBrowsing enabled. (Closed)

Created:
9 years, 9 months ago by Brian Ryner
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, chrome-anti-phishing_googlegroups.com, satorux1
Visibility:
Public.

Description

Turn on client-side phishing detection for UMA users with SafeBrowsing enabled. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79931 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80120

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : sync #

Total comments: 2

Patch Set 4 : Address Noe's comments #

Patch Set 5 : disable client-side phishing detection on ChromeOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -19 lines) Patch
M chrome/browser/browser_process_impl.cc View 1 2 3 4 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 3 4 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
noelutz
LGTM noe. http://codereview.chromium.org/6708059/diff/4001/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): http://codereview.chromium.org/6708059/diff/4001/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode18 chrome/browser/safe_browsing/safe_browsing_service.cc:18: #include "chrome/browser/safe_browsing/client_side_detection_service.h" Is this header necessary?
9 years, 9 months ago (2011-03-28 20:55:16 UTC) #1
Brian Ryner
http://codereview.chromium.org/6708059/diff/4001/chrome/browser/safe_browsing/safe_browsing_service.cc File chrome/browser/safe_browsing/safe_browsing_service.cc (right): http://codereview.chromium.org/6708059/diff/4001/chrome/browser/safe_browsing/safe_browsing_service.cc#newcode18 chrome/browser/safe_browsing/safe_browsing_service.cc:18: #include "chrome/browser/safe_browsing/client_side_detection_service.h" On 2011/03/28 20:55:16, noelutz wrote: > Is ...
9 years, 9 months ago (2011-03-29 00:04:41 UTC) #2
noelutz
LGTM noe.
9 years, 9 months ago (2011-03-29 00:11:17 UTC) #3
Brian Ryner
9 years, 9 months ago (2011-03-29 21:12:06 UTC) #4
Brian Ryner
Lei or Scott, did you have any comments on this?
9 years, 8 months ago (2011-03-30 22:51:38 UTC) #5
lzheng
LGTM. Cc'ing Matt, who offers help on this topic.
9 years, 8 months ago (2011-03-30 23:19:00 UTC) #6
Scott Hess - ex-Googler
My only comment mirrors one I had to Lei when he made a similar change: ...
9 years, 8 months ago (2011-03-30 23:30:12 UTC) #7
Brian Ryner
On 2011/03/30 23:30:12, shess wrote: > My only comment mirrors one I had to Lei ...
9 years, 8 months ago (2011-03-30 23:35:19 UTC) #8
jam
content lgtm
9 years, 8 months ago (2011-03-31 00:34:22 UTC) #9
Brian Ryner
The original change broke ChromeOS because the kMetricsReportingEnabled pref isn't registered on that platform. For ...
9 years, 8 months ago (2011-03-31 19:24:51 UTC) #10
noelutz
LGTM Thanks, noe. On 2011/03/31 19:24:51, Brian Ryner wrote: > The original change broke ChromeOS ...
9 years, 8 months ago (2011-03-31 19:26:39 UTC) #11
Brian Ryner
Matt, did you want to take a look as well?
9 years, 8 months ago (2011-03-31 20:31:36 UTC) #12
mattm
9 years, 8 months ago (2011-03-31 21:08:31 UTC) #13
On 2011/03/31 20:31:36, Brian Ryner wrote:
> Matt, did you want to take a look as well?

My only concern was that mail last week "Command-line flags considered harmful"
about command lines getting too long for the zygote.  But looking at the bugs
(eg crbug.com/77230 comment #1) it seems the problem is mostly flags that are
being used to pass arbitrary amounts of data, not simple switches.  So, LGTM.

Powered by Google App Engine
This is Rietveld 408576698