Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1592)

Unified Diff: chrome/renderer/render_view.h

Issue 6247013: Don't load plugins on prerendered pages until the pages are displayed.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698