| Index: content/common/service_worker/service_worker_provider.mojom
 | 
| diff --git a/content/common/service_worker/service_worker_provider.mojom b/content/common/service_worker/service_worker_provider.mojom
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..fd29670202782e059ec72ac06ab25c4e878f0a4c
 | 
| --- /dev/null
 | 
| +++ b/content/common/service_worker/service_worker_provider.mojom
 | 
| @@ -0,0 +1,16 @@
 | 
| +// Copyright 2017 The Chromium Authors. All rights reserved.
 | 
| +// Use of this source code is governed by a BSD-style license that can be
 | 
| +// found in the LICENSE file.
 | 
| +
 | 
| +module content.mojom;
 | 
| +
 | 
| +import "content/common/service_worker/service_worker_types.mojom";
 | 
| +
 | 
| +// A container object carried from the renderer to the browser process.
 | 
| +// This contains the params for the constructor of ServiceWorkerProviderHost.
 | 
| +struct ServiceWorkerProviderHostInfo {
 | 
| +  int32 provider_id;
 | 
| +  int32 route_id;
 | 
| +  ServiceWorkerProviderType type;
 | 
| +  bool is_parent_frame_secure;
 | 
| +};
 | 
| 
 |