Index: mojo/examples/launcher/launcher.mojom |
diff --git a/mojo/examples/launcher/launcher.mojom b/mojo/examples/launcher/launcher.mojom |
deleted file mode 100644 |
index f3ec257dff9b4deb71336d58dfdf87fff0b7c051..0000000000000000000000000000000000000000 |
--- a/mojo/examples/launcher/launcher.mojom |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright 2014 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 mojo { |
- |
-[Client=LauncherClient] |
-interface Launcher { |
- Show(); |
- Hide(); |
-}; |
- |
-interface LauncherClient { |
- // Called when the user has requested |url| be launched. |
- OnURLEntered(string url); |
-}; |
- |
-} |