Push API: Include origin in generated app_ids
PushMessagingAppIdentifier currently generates app_id strings of the form:
"wp:9CC55CCE-B8F9-4092-A364-3B0F73A3AB5F".
This patch changes it to generate app_id strings of the form:
"wp:https://foo.example.com:8443/#9CC55CCE-B8F9-4092-A364-3B0F73A3AB5F"
BUG=
458592,
461867
Committed:
https://crrev.com/14defc6866693aa3dfceed796cd94d788e9f3122
Cr-Commit-Position: refs/heads/master@{#329851}