| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index f5d997d66f6bff4272f1b5a179bc2fd67e776665..8008a1b748bbb6b1bf31dca09a93384f657dbec1 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -623,11 +623,6 @@ IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_PageTranslated,
|
| std::string /* the translated language */,
|
| TranslateErrors::Type /* the error type if available */)
|
|
|
| -// Message sent from the renderer to the browser to notify it of events which
|
| -// may lead to the cancellation of a prerender. The message is sent only when
|
| -// the renderer is prerendering.
|
| -IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_MaybeCancelPrerenderForHTML5Media)
|
| -
|
| // Message sent from the renderer to the browser to notify it of a
|
| // window.print() call which should cancel the prerender. The message is sent
|
| // only when the renderer is prerendering.
|
|
|