| Index: components/sync/protocol/proto_enum_conversions.h
|
| diff --git a/components/sync/protocol/proto_enum_conversions.h b/components/sync/protocol/proto_enum_conversions.h
|
| index 3cdf50dbf2783a5e3c389dfb97c16cf87c8201c2..d47f213eaf60f0f0ddc5e79ffb73cda4667a7b7e 100644
|
| --- a/components/sync/protocol/proto_enum_conversions.h
|
| +++ b/components/sync/protocol/proto_enum_conversions.h
|
| @@ -25,61 +25,60 @@ namespace syncer {
|
| const char* ProtoEnumToString(
|
| sync_pb::AppListSpecifics::AppListItemType item_type);
|
|
|
| -const char* ProtoEnumToString(
|
| - sync_pb::SessionWindow::BrowserType browser_type);
|
| -
|
| -const char* ProtoEnumToString(
|
| - sync_pb::SyncEnums::PageTransition page_transition);
|
| +const char* ProtoEnumToString(sync_pb::AppSpecifics::LaunchType launch_type);
|
|
|
| const char* ProtoEnumToString(
|
| - sync_pb::SyncEnums::PageTransitionRedirectType redirect_type);
|
| + sync_pb::AutofillWalletSpecifics::WalletInfoType wallet_info_type);
|
|
|
| const char* ProtoEnumToString(
|
| - sync_pb::WifiCredentialSpecifics::SecurityClass security_class);
|
| + sync_pb::CommitResponse::ResponseType response_type);
|
|
|
| const char* ProtoEnumToString(
|
| sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source);
|
|
|
| -const char* ProtoEnumToString(sync_pb::SyncEnums::GetUpdatesOrigin origin);
|
| +const char* ProtoEnumToString(sync_pb::NigoriSpecifics::PassphraseType type);
|
|
|
| const char* ProtoEnumToString(
|
| sync_pb::ReadingListSpecifics::ReadingListEntryStatus status);
|
|
|
| -const char* ProtoEnumToString(
|
| - sync_pb::CommitResponse::ResponseType response_type);
|
| +const char* ProtoEnumToString(sync_pb::SessionTab::FaviconType favicon_type);
|
|
|
| -const char* ProtoEnumToString(sync_pb::SyncEnums::ErrorType error_type);
|
| +const char* ProtoEnumToString(sync_pb::SessionWindow::BrowserType browser_type);
|
|
|
| const char* ProtoEnumToString(sync_pb::SyncEnums::Action action);
|
|
|
| -const char* ProtoEnumToString(sync_pb::AppSpecifics::LaunchType launch_type);
|
| +const char* ProtoEnumToString(sync_pb::SyncEnums::DeviceType device_type);
|
|
|
| -const char* ProtoEnumToString(
|
| - sync_pb::AutofillWalletSpecifics::WalletInfoType wallet_info_type);
|
| +const char* ProtoEnumToString(sync_pb::SyncEnums::ErrorType error_type);
|
|
|
| -const char* ProtoEnumToString(
|
| - sync_pb::WalletMetadataSpecifics::Type wallet_metadata_type);
|
| +const char* ProtoEnumToString(sync_pb::SyncEnums::GetUpdatesOrigin origin);
|
|
|
| const char* ProtoEnumToString(
|
| - sync_pb::WalletMaskedCreditCard::WalletCardStatus wallet_card_status);
|
| + sync_pb::SyncEnums::PageTransition page_transition);
|
|
|
| const char* ProtoEnumToString(
|
| - sync_pb::WalletMaskedCreditCard::WalletCardType wallet_card_type);
|
| + sync_pb::SyncEnums::PageTransitionRedirectType redirect_type);
|
| +
|
| +const char* ProtoEnumToString(sync_pb::SyncEnums::SingletonDebugEventType type);
|
| +
|
| +const char* ProtoEnumToString(sync_pb::TabNavigation::BlockedState state);
|
| +
|
| +const char* ProtoEnumToString(sync_pb::TabNavigation::PasswordState state);
|
|
|
| const char* ProtoEnumToString(
|
| sync_pb::WalletMaskedCreditCard::WalletCardClass wallet_card_class);
|
|
|
| -const char* ProtoEnumToString(sync_pb::SyncEnums::DeviceType device_type);
|
| -
|
| -const char* ProtoEnumToString(sync_pb::SessionTab::FaviconType favicon_type);
|
| +const char* ProtoEnumToString(
|
| + sync_pb::WalletMaskedCreditCard::WalletCardStatus wallet_card_status);
|
|
|
| -const char* ProtoEnumToString(sync_pb::NigoriSpecifics::PassphraseType type);
|
| +const char* ProtoEnumToString(
|
| + sync_pb::WalletMaskedCreditCard::WalletCardType wallet_card_type);
|
|
|
| const char* ProtoEnumToString(
|
| - sync_pb::SyncEnums::SingletonDebugEventType type);
|
| + sync_pb::WalletMetadataSpecifics::Type wallet_metadata_type);
|
|
|
| -const char* ProtoEnumToString(sync_pb::TabNavigation::BlockedState state);
|
| -const char* ProtoEnumToString(sync_pb::TabNavigation::PasswordState state);
|
| +const char* ProtoEnumToString(
|
| + sync_pb::WifiCredentialSpecifics::SecurityClass security_class);
|
|
|
| } // namespace syncer
|
|
|
|
|