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

Side by Side Diff: sync/protocol/sync.proto

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Sync protocol for communication between sync client and server. 5 // Sync protocol for communication between sync client and server.
6 6
7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change 7 // Update proto_value_conversions{.h,.cc,_unittest.cc} if you change
8 // any fields in this file. 8 // any fields in this file.
9 9
10 syntax = "proto2"; 10 syntax = "proto2";
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 optional NigoriSpecifics nigori = 47745; 109 optional NigoriSpecifics nigori = 47745;
110 optional ExtensionSpecifics extension = 48119; 110 optional ExtensionSpecifics extension = 48119;
111 optional AppSpecifics app = 48364; 111 optional AppSpecifics app = 48364;
112 optional SessionSpecifics session = 50119; 112 optional SessionSpecifics session = 50119;
113 optional AutofillProfileSpecifics autofill_profile = 63951; 113 optional AutofillProfileSpecifics autofill_profile = 63951;
114 optional SearchEngineSpecifics search_engine = 88610; 114 optional SearchEngineSpecifics search_engine = 88610;
115 optional ExtensionSettingSpecifics extension_setting = 96159; 115 optional ExtensionSettingSpecifics extension_setting = 96159;
116 optional AppSettingSpecifics app_setting = 103656; 116 optional AppSettingSpecifics app_setting = 103656;
117 optional HistoryDeleteDirectiveSpecifics history_delete_directive = 150251; 117 optional HistoryDeleteDirectiveSpecifics history_delete_directive = 150251;
118 optional SyncedNotificationSpecifics synced_notification = 153108; 118 optional SyncedNotificationSpecifics synced_notification = 153108;
119 optional SyncedNotificationAppInfoSpecifics synced_notification_app_info = 119 optional SyncedNotificationAppInfoSpecifics synced_notification_app_info = 235 816;
120 235816;
121 optional DeviceInfoSpecifics device_info = 154522; 120 optional DeviceInfoSpecifics device_info = 154522;
122 optional ExperimentsSpecifics experiments = 161496; 121 optional ExperimentsSpecifics experiments = 161496;
123 optional PriorityPreferenceSpecifics priority_preference = 163425; 122 optional PriorityPreferenceSpecifics priority_preference = 163425;
124 optional DictionarySpecifics dictionary = 170540; 123 optional DictionarySpecifics dictionary = 170540;
125 optional FaviconTrackingSpecifics favicon_tracking = 181534; 124 optional FaviconTrackingSpecifics favicon_tracking = 181534;
126 optional FaviconImageSpecifics favicon_image = 182019; 125 optional FaviconImageSpecifics favicon_image = 182019;
127 optional ManagedUserSettingSpecifics managed_user_setting = 186662; 126 optional ManagedUserSettingSpecifics managed_user_setting = 186662;
128 optional ManagedUserSpecifics managed_user = 194582; 127 optional ManagedUserSpecifics managed_user = 194582;
129 optional ManagedUserSharedSettingSpecifics managed_user_shared_setting = 128 optional ManagedUserSharedSettingSpecifics managed_user_shared_setting =
130 202026; 129 202026;
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 // Currently only meaningful if |error_type| is throttled. If this field 960 // Currently only meaningful if |error_type| is throttled. If this field
962 // is absent then the whole client (all datatypes) is throttled. 961 // is absent then the whole client (all datatypes) is throttled.
963 repeated int32 error_data_type_ids = 5; 962 repeated int32 error_data_type_ids = 5;
964 } 963 }
965 optional Error error = 13; 964 optional Error error = 13;
966 965
967 // The new per-client state for this client. If set, should be persisted and 966 // The new per-client state for this client. If set, should be persisted and
968 // sent with any subsequent ClientToServerMessages. 967 // sent with any subsequent ClientToServerMessages.
969 optional ChipBag new_bag_of_chips = 14; 968 optional ChipBag new_bag_of_chips = 14;
970 }; 969 };
OLDNEW
« no previous file with comments | « sync/protocol/proto_value_conversions.cc ('k') | sync/protocol/synced_notification_app_info_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698