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

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

Issue 311423003: Provide an API to the example window manager app that supports closing a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/window_manager/window_manager.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/window_manager/window_manager.mojom
diff --git a/mojo/services/public/interfaces/network/network_error.mojom b/mojo/examples/window_manager/window_manager.mojom
similarity index 76%
copy from mojo/services/public/interfaces/network/network_error.mojom
copy to mojo/examples/window_manager/window_manager.mojom
index d345e935504f2777d829579d8516937b86fd8d9a..213c5e5ceb5212b75a41ab2001763c12a273c74f 100644
--- a/mojo/services/public/interfaces/network/network_error.mojom
+++ b/mojo/examples/window_manager/window_manager.mojom
@@ -4,9 +4,8 @@
module mojo {
-struct NetworkError {
- int32 code;
- string description;
+interface IWindowManager {
+ CloseWindow(uint32 node_id);
};
}
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698