| Index: components/password_manager/content/common/credential_manager_messages.h
|
| diff --git a/components/password_manager/content/common/credential_manager_messages.h b/components/password_manager/content/common/credential_manager_messages.h
|
| index 80ecdbcbe443f1155514db5d091ea99667bcb741..684d95eff3efbd197d1b6c9de301b7123f11b209 100644
|
| --- a/components/password_manager/content/common/credential_manager_messages.h
|
| +++ b/components/password_manager/content/common/credential_manager_messages.h
|
| @@ -18,7 +18,7 @@
|
| #define IPC_MESSAGE_START CredentialManagerMsgStart
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(password_manager::CredentialType,
|
| - password_manager::CREDENTIAL_TYPE_LAST);
|
| + password_manager::CREDENTIAL_TYPE_LAST)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(password_manager::CredentialInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| @@ -70,17 +70,17 @@ IPC_MESSAGE_ROUTED3(CredentialManagerHostMsg_RequestCredential,
|
| // Notify the renderer that the browser process has finished processing a
|
| // CredentialManagerHostMsg_NotifyFailedSignedIn message.
|
| IPC_MESSAGE_ROUTED1(CredentialManagerMsg_AcknowledgeFailedSignIn,
|
| - int /* request_id */);
|
| + int /* request_id */)
|
|
|
| // Notify the renderer that the browser process has finished processing a
|
| // CredentialManagerHostMsg_NotifySignedIn message.
|
| IPC_MESSAGE_ROUTED1(CredentialManagerMsg_AcknowledgeSignedIn,
|
| - int /* request_id */);
|
| + int /* request_id */)
|
|
|
| // Notify the renderer that the browser process has finished processing a
|
| // CredentialManagerHostMsg_NotifySignedOut message.
|
| IPC_MESSAGE_ROUTED1(CredentialManagerMsg_AcknowledgeSignedOut,
|
| - int /* request_id */);
|
| + int /* request_id */)
|
|
|
| // Send a credential to the renderer in response to a
|
| // CredentialManagerHostMsg_RequestCredential message.
|
|
|