DescriptionAdapt the Java LoadUrlParams for the Chrome embedder.
This patch modifies the Java holder for url load parameters already used
in WebView so that it can be used in Chrome for Android as well:
- adds a getter for post data
- makes the url mutable like the other fields (to allow for
sanitizations while passing the struct down the stack - maybe that's
not ideal but that's what we do)
- adds a field for verbatim extra headers string
BUG=346290
R=tedchoc@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254134
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address Ted's comments. #Patch Set 3 : Suppress the findbugs warning about postData() getter, matching existing suppresion for the setter #
Messages
Total messages: 8 (0 generated)
|