Chromium Code Reviews| Index: sync/protocol/app_list_specifics.proto |
| diff --git a/sync/protocol/app_list_specifics.proto b/sync/protocol/app_list_specifics.proto |
| index e18bc956c8e70614b8387f1512bb94986e7ed961..9f8fbdcfe2b6c6b1c8fb0ab9580baf965aae1f23 100644 |
| --- a/sync/protocol/app_list_specifics.proto |
| +++ b/sync/protocol/app_list_specifics.proto |
| @@ -47,4 +47,7 @@ message AppListSpecifics { |
| // Where on a page this item will appear. |
| optional string item_ordinal = 6; |
| + |
| + // Where on a shelf this item will appear. |
| + optional string item_pin_ordinal = 7; |
| } |