Commit 3b752742 authored by Alexander Hendrich's avatar Alexander Hendrich Committed by Commit Bot

Fix TypeError in webRequestInternal.eventHandled

This CL is a followup to 1296539 and fixes a TypeError in
webRequestInternal.eventHandled() caused by this CL.
onHeadersReceived_ previously only returned headers when they contained
a SAML_HEADER, but the fix CL always returned all headers.

Bug: 900950, 887061
Change-Id: Ic39e2bd6a98c6e2e3411812f7cd90310c32e1d3b
Reviewed-on: https://chromium-review.googlesource.com/c/1314471Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Alexander Hendrich <hendrich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606011}
parent 33139201
......@@ -338,7 +338,7 @@ cr.define('cr.login', function() {
}
}
return details;
return {};
},
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment