| Index: chrome/browser/sync/protocol/app_specifics.proto
|
| diff --git a/chrome/browser/sync/protocol/app_specifics.proto b/chrome/browser/sync/protocol/app_specifics.proto
|
| index 4bfc225946a7b69e94883b4cb1ef88951bd2a367..8c40d75fbf2b35fc6604db924f7b39e48727899f 100644
|
| --- a/chrome/browser/sync/protocol/app_specifics.proto
|
| +++ b/chrome/browser/sync/protocol/app_specifics.proto
|
| @@ -24,6 +24,10 @@ import "extension_specifics.proto";
|
| message AppSpecifics {
|
| // Extension data.
|
| optional ExtensionSpecifics extension = 1;
|
| +
|
| + // Position data for the app on the NTP
|
| + optional int32 app_launch_index = 2;
|
| + optional int32 page_index = 3;
|
| }
|
|
|
| extend EntitySpecifics {
|
|
|