Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1188)

Unified Diff: components/password_manager/content/common/credential_manager_messages.h

Issue 551043004: Make the ipclist utility aware of two new message files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/ipc_fuzzer/ipclist/ipclist.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/ipc_fuzzer/ipclist/ipclist.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698