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

Unified Diff: sync/protocol/app_list_specifics.proto

Issue 2055553004: arc: Support pinned apps across Arc-enabled and Arc-disabled platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome_mash_shelf_controller.cc update due namespace renaming Created 4 years, 6 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
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;
}
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_controller_helper.h ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698