| Index: sync/protocol/proto_enum_conversions.h
|
| diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
|
| index 57a7b5c539c4c0276126c67598aa8e3651e64ada..6a6bbdc6566f4065e14f540c60e0559f2580e72b 100644
|
| --- a/sync/protocol/proto_enum_conversions.h
|
| +++ b/sync/protocol/proto_enum_conversions.h
|
| @@ -35,6 +35,9 @@ SYNC_EXPORT_PRIVATE const char* GetPageTransitionRedirectTypeString(
|
| sync_pb::SyncEnums::PageTransitionRedirectType
|
| redirect_type);
|
|
|
| +SYNC_EXPORT_PRIVATE const char* GetWifiCredentialSecurityClassString(
|
| + sync_pb::WifiCredentialSpecifics::SecurityClass security_class);
|
| +
|
| SYNC_EXPORT const char* GetUpdatesSourceString(
|
| sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
|
|
|
|
|