Create mojom structs to replace content::ServiceWorkerClientInfo and and content::ServiceWorkerClientQueryOptions everywhere.
new mojom file:
third_party/WebKit/public/platform/modules/serviceworker/service_worker_client.mojom
'
struct ServiceWorkerClientInfo {
XXXX
};
struct ServiceWorkerClientQueryOptions {
XXXX
};
'
We need to pass these 2 types over Mojo interface methods.
Comment 1 by bugdroid1@chromium.org
, Nov 17 2017