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

Unified Diff: sync/protocol/app_specifics.proto

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 6 years 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
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/app_specifics.proto
diff --git a/sync/protocol/app_specifics.proto b/sync/protocol/app_specifics.proto
index e2f9ef82ffceebd615696366d0e575257c184404..a43ea2fd01f9cd9b61956340e6b88ff4d95feaf3 100644
--- a/sync/protocol/app_specifics.proto
+++ b/sync/protocol/app_specifics.proto
@@ -75,4 +75,8 @@ 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. The string is
+ // in #rrggbb or #rgb syntax, e.g. #d8d8d8.
+ optional string bookmark_app_icon_color = 8;
}
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698