Chromium Code Reviews
DescriptionModifies how Arc's throttle handles redirections
Since we want to handle navigations going from https to http we need to
enforce having a Referrer(), we call it |starting_gurl_|. This will
allow us to know where the navigation started and fire up the intent
picker.
This also modifies the way we treat redirections within the same
navigation throttle object. Since we now enforce having a starting GURL
we are not discarding as many throttles via ShouldOverrideUrlLoading(),
which previously discarded a throttle just because it didn't contain a
referrer.
BUG=654941
TEST=Check the repro info on the bug, also manually tested with
youtube link
Patch Set 1 #Patch Set 2 : Workaround to retrieve |starting_gurl_| #
Total comments: 5
Patch Set 3 : Rebasing #Patch Set 4 : Documenting differences on M-55 implementation. #
Messages
Total messages: 8 (2 generated)
|
|||||||||||||||||||||||||||||||||||||