Chromium Code Reviews| Index: ash/shelf/shelf_types.h |
| diff --git a/ash/shelf/shelf_types.h b/ash/shelf/shelf_types.h |
| index 6540f11c769dbeed21ee476983998fa95027dc7e..8d16331bfc352375d0fe2306a6b3bbc15c3de62c 100644 |
| --- a/ash/shelf/shelf_types.h |
| +++ b/ash/shelf/shelf_types.h |
| @@ -11,6 +11,7 @@ enum ShelfAlignment { |
| SHELF_ALIGNMENT_BOTTOM, |
| SHELF_ALIGNMENT_LEFT, |
| SHELF_ALIGNMENT_RIGHT, |
| + SHELF_ALIGNMENT_LOCKED, |
|
sky
2016/04/18 15:17:00
If LOCKED always == BOTTOM I think this would be b
msw
2016/04/18 18:13:00
Done.
|
| // Top has never been supported. |
| }; |