| Index: sync/protocol/proto_enum_conversions.h
|
| diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
|
| index b73cff4fae740f9c0fce46edaff40cc93599ca49..203065e774785e104dbd51ff2690728aea0b55be 100644
|
| --- a/sync/protocol/proto_enum_conversions.h
|
| +++ b/sync/protocol/proto_enum_conversions.h
|
| @@ -36,6 +36,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);
|
|
|
|
|