Index: chrome/renderer/render_view.h |
=================================================================== |
--- chrome/renderer/render_view.h (revision 71683) |
+++ chrome/renderer/render_view.h (working copy) |
@@ -879,6 +879,7 @@ |
const std::string& origin, |
const std::string& target); |
void OnInstallMissingPlugin(); |
+ void OnDisplayPrerenderedPage(); |
void OnMediaPlayerActionAt(const gfx::Point& location, |
const WebKit::WebMediaPlayerAction& action); |
void OnMoveOrResizeStarted(); |
@@ -990,7 +991,8 @@ |
const WebKit::WebPluginParams& params, |
const webkit::npapi::PluginGroup& group, |
int resource_id, |
- int message_id); |
+ int message_id, |
+ bool is_blocked_for_prerendering); |
// Sends an IPC notification that the specified content type was blocked. |
// If the content type requires it, |resource_identifier| names the specific |