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

Unified Diff: sync/protocol/app_specifics.proto

Issue 229553003: Implement syncing of bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 6 years, 8 months 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
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;
}
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_apps_sync_test.cc ('k') | sync/protocol/extension_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698