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

Unified Diff: chrome/browser/sync/protocol/app_specifics.proto

Issue 7888047: Added Instant preference syncing and tests. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add ability for applications to sync position on NTP Created 9 years, 2 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: chrome/browser/sync/protocol/app_specifics.proto
diff --git a/chrome/browser/sync/protocol/app_specifics.proto b/chrome/browser/sync/protocol/app_specifics.proto
index 4bfc225946a7b69e94883b4cb1ef88951bd2a367..8c40d75fbf2b35fc6604db924f7b39e48727899f 100644
--- a/chrome/browser/sync/protocol/app_specifics.proto
+++ b/chrome/browser/sync/protocol/app_specifics.proto
@@ -24,6 +24,10 @@ import "extension_specifics.proto";
message AppSpecifics {
// Extension data.
optional ExtensionSpecifics extension = 1;
+
+ // Position data for the app on the NTP
+ optional int32 app_launch_index = 2;
+ optional int32 page_index = 3;
}
extend EntitySpecifics {
« no previous file with comments | « chrome/browser/extensions/extension_sync_data.cc ('k') | chrome/browser/sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698