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

Unified Diff: mash/shelf/public/interfaces/shelf.mojom

Issue 1835403002: Support additional mash shelf alignments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase; address comments (sorry). Created 4 years, 8 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 | « mash/shelf/public/interfaces/BUILD.gn ('k') | mash/shelf/public/interfaces/shelf_constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shelf/public/interfaces/shelf.mojom
diff --git a/mash/shelf/public/interfaces/shelf.mojom b/mash/shelf/public/interfaces/shelf.mojom
index befe2a61635af06989402bddff515a3a3343853a..3e7887b271606d4ad449b5772796f31931ed496b 100644
--- a/mash/shelf/public/interfaces/shelf.mojom
+++ b/mash/shelf/public/interfaces/shelf.mojom
@@ -4,6 +4,7 @@
module mash.shelf.mojom;
+import "mash/shelf/public/interfaces/shelf_constants.mojom";
import "skia/public/interfaces/bitmap.mojom";
// TODO(msw): Add support for multiple displays (with unified and multi-shelf).
@@ -39,12 +40,6 @@ interface ShelfItemDelegate {
ItemReordered(uint32 order);
};
-// These values match ash::ShelfAlignment.
-enum Alignment { BOTTOM, LEFT, RIGHT, };
-
-// These values match ash::ShelfAutoHideBehavior.
-enum AutoHideBehavior { ALWAYS, NEVER, HIDDEN, };
-
// ContextMenuItems may be used to supplement ash shelf item context menus.
struct ContextMenuItem {
enum Type { ITEM, CHECK, RADIO, SEPARATOR, SUBMENU };
« no previous file with comments | « mash/shelf/public/interfaces/BUILD.gn ('k') | mash/shelf/public/interfaces/shelf_constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698