| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 23543)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -425,6 +425,9 @@
|
| IPC_MESSAGE_ROUTED1(ViewMsg_RunFileChooserResponse,
|
| std::vector<FilePath> /* selected files */)
|
|
|
| + IPC_MESSAGE_ROUTED1(ViewMsg_ChooseGeolocationProviderResponse,
|
| + int /* provider_id */)
|
| +
|
| // Used to instruct the RenderView to go into "view source" mode.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_EnableViewSourceMode)
|
|
|
| @@ -1079,6 +1082,8 @@
|
| string16 /* title */,
|
| FilePath /* Default file name */)
|
|
|
| + IPC_MESSAGE_ROUTED1(ViewHostMsg_ChooseGeolocationProvider, GURL /* url */)
|
| +
|
| // Notification that password forms have been seen that are candidates for
|
| // filling/submitting by the password manager
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsSeen,
|
|
|