There is no point of keeping source_origin as a parameter in postMessageTo*...
There is no point of keeping source_origin as a parameter in postMessageTo* methods. It is not a parameter to expose to the source app in a webview API, and it is not a value that will change from one request to another, so for the simplicity's sake, remove it from java side completely. At the moment, I am not fully sure what a good value is so leaving it as a empty domain for now. BUG=393291 Review URL: https://codereview.chromium.org/923913004 Cr-Commit-Position: refs/heads/master@{#316295}
Showing
Please register or sign in to comment