Chromium Code Reviews| 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; |
|
Nicolas Zea
2014/04/14 21:46:11
Is this something that will change with different
calamity
2014/04/15 01:06:04
Hmm. That's a good point. I was also thinking of s
|
| } |