Chromium Code Reviews| Index: sync/protocol/app_specifics.proto |
| diff --git a/sync/protocol/app_specifics.proto b/sync/protocol/app_specifics.proto |
| index e2f9ef82ffceebd615696366d0e575257c184404..bbe9b7634ffa14c6369b130ea0758d0d3067ce28 100644 |
| --- a/sync/protocol/app_specifics.proto |
| +++ b/sync/protocol/app_specifics.proto |
| @@ -75,4 +75,7 @@ message AppSpecifics { |
| // This is the description of a bookmark app. |
| optional string bookmark_app_description = 7; |
| + |
| + // This is the color to use when generating bookmark app icons. |
|
Andrew T Wilson (Slow)
2014/12/09 22:09:01
What is the format here - #rgb or something else?
benwells
2014/12/10 04:32:43
Done.
|
| + optional string bookmark_app_icon_color = 8; |
| } |