Chromium Code Reviews| 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..2f050013c7b098891af9f2146fba77bb08abdb27 100644 |
| --- a/sync/protocol/proto_enum_conversions.h |
| +++ b/sync/protocol/proto_enum_conversions.h |
| @@ -36,6 +36,10 @@ SYNC_EXPORT_PRIVATE const char* GetPageTransitionRedirectTypeString( |
| sync_pb::SyncEnums::PageTransitionRedirectType |
| redirect_type); |
| +SYNC_EXPORT_PRIVATE const char* GetWifiCredentialSecurityClassString( |
| + sync_pb::WifiCredentialSpecifics::SecurityClass security_class); |
| + |
| + |
|
stevenjb
2014/10/24 17:35:18
nit: extra blank line
|
| SYNC_EXPORT const char* GetUpdatesSourceString( |
| sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source); |