Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/presentation/presentation.mojom |
| diff --git a/content/common/presentation/presentation_service.mojom b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom |
| similarity index 99% |
| rename from content/common/presentation/presentation_service.mojom |
| rename to third_party/WebKit/public/platform/modules/presentation/presentation.mojom |
| index 2c470a52ed309fb6a999981ad1e9c295e3ee38c7..cb5ce871cae6e63cb4357df4f6595aaa283a80ee 100644 |
| --- a/content/common/presentation/presentation_service.mojom |
| +++ b/third_party/WebKit/public/platform/modules/presentation/presentation.mojom |
| @@ -2,7 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
|
dcheng
2016/05/09 18:13:59
This needs a mojom reviewers noparent rule.
juncai
2016/05/09 18:26:35
Done.
|
| // found in the LICENSE file. |
| -module content.mojom; |
| +module blink.mojom; |
| struct PresentationSessionInfo { |
| string url; |