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

Unified Diff: sync/protocol/sync.proto

Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix error in get commit message Created 6 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
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/protocol/wifi_credential_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 8f27850a00248f57fcf88757b97d98f585fdf038..53c99ecc1cb5102bc9375a361d342ce1018e59fb 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -49,6 +49,7 @@ import "synced_notification_specifics.proto";
import "theme_specifics.proto";
import "typed_url_specifics.proto";
import "unique_position.proto";
+import "wifi_credential_specifics.proto";
// Used for inspecting how long we spent performing operations in different
// backends. All times must be in millis.
@@ -129,6 +130,7 @@ message EntitySpecifics {
202026;
optional ArticleSpecifics article = 223759;
optional AppListSpecifics app_list = 229170;
+ optional WifiCredentialSpecifics wifi_credential = 218175;
}
message SyncEntity {
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/protocol/wifi_credential_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698