| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index deb84a22b5386d25cc980ff09eff1c073485acd5..9ffb69dbce58f4626f66220a512d24f100c21f35 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -435,6 +435,14 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_FoundMissingPlugin,
|
| // Notifies a missing plug-in placeholder that no plug-in has been found.
|
| IPC_MESSAGE_ROUTED0(ChromeViewMsg_DidNotFindMissingPlugin)
|
|
|
| +// Notifies a missing plug-in placeholder that we have started downloading
|
| +// the plug-in.
|
| +IPC_MESSAGE_ROUTED0(ChromeViewMsg_StartedDownloadingPlugin)
|
| +
|
| +// Notifies a missing plug-in placeholder that we have finished downloading
|
| +// the plug-in.
|
| +IPC_MESSAGE_ROUTED0(ChromeViewMsg_FinishedDownloadingPlugin)
|
| +
|
| // Specifies the URL as the first parameter (a wstring) and thumbnail as
|
| // binary data as the second parameter.
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_Thumbnail,
|
|
|