Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1383)

Unified Diff: mojo/examples/launcher/launcher.mojom

Issue 315223004: Moves view_manager files to view_manager directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm sample_view_manager.app again Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/launcher/launcher.cc ('k') | mojo/examples/sample_view_manager_app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
-};
-
-}
« no previous file with comments | « mojo/examples/launcher/launcher.cc ('k') | mojo/examples/sample_view_manager_app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698