Index: sync/protocol/app_list_specifics.proto |
diff --git a/sync/protocol/app_list_specifics.proto b/sync/protocol/app_list_specifics.proto |
index c677a4bd0c7f78e5cc280f20fe5eab33a4fa483b..e18bc956c8e70614b8387f1512bb94986e7ed961 100644 |
--- a/sync/protocol/app_list_specifics.proto |
+++ b/sync/protocol/app_list_specifics.proto |
@@ -41,8 +41,9 @@ message AppListSpecifics { |
// Id of the parent (folder) item. |
optional string parent_id = 4; |
+ // Marked OBSOLETE because this is unused for the app list. |
// Which page this item will appear on in the app list. |
- optional string page_ordinal = 5; |
+ optional string OBSOLETE_page_ordinal = 5 [deprecated = true]; |
// Where on a page this item will appear. |
optional string item_ordinal = 6; |