| Index: sync/protocol/app_specifics.proto
|
| diff --git a/sync/protocol/app_specifics.proto b/sync/protocol/app_specifics.proto
|
| index 374a21928fa38b36d8b04b7576506b9a342edcc9..e2f9ef82ffceebd615696366d0e575257c184404 100644
|
| --- a/sync/protocol/app_specifics.proto
|
| +++ b/sync/protocol/app_specifics.proto
|
| @@ -68,4 +68,11 @@ message AppSpecifics {
|
|
|
| // This describes how the extension should be launched.
|
| optional LaunchType launch_type = 5;
|
| +
|
| + // This is the url of a bookmark app. If this exists, the app is a bookmark
|
| + // app.
|
| + optional string bookmark_app_url = 6;
|
| +
|
| + // This is the description of a bookmark app.
|
| + optional string bookmark_app_description = 7;
|
| }
|
|
|