| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 14070)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -382,6 +382,9 @@
|
| // Install the first missing pluign.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_InstallMissingPlugin)
|
|
|
| + // Tells the renderer to empty its plugin list cache.
|
| + IPC_MESSAGE_CONTROL0(ViewMsg_PurgePluginListCache)
|
| +
|
| IPC_MESSAGE_ROUTED1(ViewMsg_RunFileChooserResponse,
|
| std::vector<FilePath> /* selected files */)
|
|
|
|
|