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

Unified Diff: sync/protocol/app_list_specifics.proto

Issue 597873002: Remove page_ordinal from AppListSpecifics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/browser/ui/app_list/app_list_syncable_service.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/ui/app_list/app_list_syncable_service.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698