From dfad17b4d9648cfa189f36b8c156d7296582bcfa Mon Sep 17 00:00:00 2001 From: quiche Date: Thu, 30 Oct 2014 14:32:38 -0700 Subject: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference - add a protobuf for WiFi credentials - add a ModelType for syncing WiFi credentials - add UI for controlling whether or not WiFi credentials are synced - add new data type to testserver While there: - update comment in sync_setup_overlay.js - fix ordering of arguments to EXPECT_EQ in CheckBool (sync_setup_handler_unittest) - move GetSelectableTypeNameMap from sync_setup_handler.cc to model_type.cc BUG=chromium:422045 TEST=ProfileSync, SyncSetup, SyncModel, ModelType, NigoriUtil, ProtoEnumConversions, ProtoValueConversions, SyncEncryptionHandlerImpl Review URL: https://codereview.chromium.org/674633002 Cr-Commit-Position: refs/heads/master@{#302159} --- sync/sync.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'sync/sync.gyp') diff --git a/sync/sync.gyp b/sync/sync.gyp index 73beca3..cfb658f 100644 --- a/sync/sync.gyp +++ b/sync/sync.gyp @@ -506,6 +506,7 @@ 'protocol/theme_specifics.proto', 'protocol/typed_url_specifics.proto', 'protocol/unique_position.proto', + 'protocol/wifi_credential_specifics.proto', ], 'variables': { 'enable_wexit_time_destructors': 1, -- cgit v1.1