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

Issue 1768643002: Remove an incorrect DCHECK() when calling HostResolverImpl::Resolve() with an IP literal and HOST_RE (Closed)

Created:
4 years, 9 months ago by eroman
Modified:
4 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove an incorrect DCHECK() when calling HostResolverImpl::Resolve() with an IP literal and HOST_RESOLVER_SYSTEM_ONLY flag. The existing DCHECK() what a whitelist for all flags except this one and hence firing. Changing it to include HOST_RESOLVER_SYSTEM_ONLY would make it a trivial whitelist of everything so just remove the DCHECK all-together instead. BUG=591706 Committed: https://crrev.com/368a1007f97c81c0d0a8e15a8affdcdd429dad5a Cr-Commit-Position: refs/heads/master@{#379372}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M net/dns/host_resolver_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/dns/host_resolver_impl_unittest.cc View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
eroman
4 years, 9 months ago (2016-03-04 20:08:03 UTC) #3
Deprecated (see juliatuttle)
lgtm.
4 years, 9 months ago (2016-03-04 20:20:05 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1768643002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1768643002/1
4 years, 9 months ago (2016-03-04 20:31:55 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-04 21:53:08 UTC) #9
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 21:55:19 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/368a1007f97c81c0d0a8e15a8affdcdd429dad5a
Cr-Commit-Position: refs/heads/master@{#379372}

Powered by Google App Engine
This is Rietveld 408576698