Alter ResolveHostClient::OnComplete signature to include ResolveErrorInfo.
In a future change, the ResolveErrorInfo field will be set to a non-default
value and will be used to retrieve the underlying error. The last change
in this sequence will alter the top-level error code to be only
ERR_IO_PENDING, OK, or ERR_NAME_NOT_RESOLVED.
Bug: 1016325
Change-Id: Ia76588cb48d4aee11de7d50ca155a6b6ff20c797
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907419
Commit-Queue: Katharine Daly <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Reviewed-by: John Abd-El-Malek <[email protected]>
Reviewed-by: Eric Orth <[email protected]>
Cr-Commit-Position: refs/heads/master@{#718061}
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index bc4e7b7..bf0446d 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -4,6 +4,7 @@
"+components/viz/host",
"+components/viz/service",
"+jni",
+ "+net/dns/public",
"+third_party/blink/public/platform/web_gesture_curve.h",
"+third_party/zlib",
"+ui/events/gestures/blink/web_gesture_curve_impl.h",