| Index: chrome/test/automation/automation_messages_internal.h
|
| diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
|
| index 537067f980acfcb5547af984e1f0f16fed6d4eac..adadf68183f1dffcef91ce12ae44b5f04e1fd378 100644
|
| --- a/chrome/test/automation/automation_messages_internal.h
|
| +++ b/chrome/test/automation/automation_messages_internal.h
|
| @@ -1441,4 +1441,9 @@ IPC_BEGIN_MESSAGES(Automation)
|
| int /* autocomplete edit handle */,
|
| bool /* success */)
|
|
|
| + // Loads all blocked plug-ins on the page.
|
| + IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_LoadBlockedPlugins,
|
| + int /* tab handle */,
|
| + bool /* success */)
|
| +
|
| IPC_END_MESSAGES(Automation)
|
|
|