| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 45d770ec2e42226d465d73024e6b8d94b78ed8c3..b8242b3fdc3fad1c1c2bd93764d8e58a63f94b62 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -476,11 +476,6 @@ IPC_MESSAGE_ROUTED0(ChromeViewMsg_PluginComponentUpdateDownloading)
|
| // the plugin.
|
| IPC_MESSAGE_ROUTED0(ChromeViewMsg_CancelledDownloadingPlugin)
|
|
|
| -// Tells the browser to open chrome://plugins in a new tab. We use a separate
|
| -// message because renderer processes aren't allowed to directly navigate to
|
| -// chrome:// URLs.
|
| -IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_OpenAboutPlugins)
|
| -
|
| // Tells the browser to show the Flash permission bubble in the same tab.
|
| IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_ShowFlashPermissionBubble)
|
|
|
|
|