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

Unified Diff: mojo/services/public/interfaces/view_manager/view_manager_constants.mojom

Issue 327073003: Reorder (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/services/public/interfaces/view_manager/view_manager.mojom ('k') | mojo/services/view_manager/node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
diff --git a/mojo/examples/window_manager/window_manager.mojom b/mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
similarity index 67%
copy from mojo/examples/window_manager/window_manager.mojom
copy to mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
index 213c5e5ceb5212b75a41ab2001763c12a273c74f..5c73190b70f902be5b72163870e7ba5a11cf4422 100644
--- a/mojo/examples/window_manager/window_manager.mojom
+++ b/mojo/services/public/interfaces/view_manager/view_manager_constants.mojom
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo {
+module mojo.view_manager {
-interface IWindowManager {
- CloseWindow(uint32 node_id);
+enum OrderDirection {
+ ORDER_ABOVE = 1,
+ ORDER_BELOW,
};
}
« no previous file with comments | « mojo/services/public/interfaces/view_manager/view_manager.mojom ('k') | mojo/services/view_manager/node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698