Chromium Code Reviews| Index: content/common/presentation/presentation_session.mojom |
| diff --git a/content/common/presentation/presentation_session.mojom b/content/common/presentation/presentation_session.mojom |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..90f182135304df4f24061ceec31987d031345d74 |
| --- /dev/null |
| +++ b/content/common/presentation/presentation_session.mojom |
| @@ -0,0 +1,8 @@ |
| +// Copyright 2015 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 presentation; |
| + |
| +interface PresentationSession { |
| +}; |