| Index: chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.h b/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| index e9adb07f465c14edc3c173fbd2b05e89d974d347..dcd98b20d3a35d168bd8ade5712066520b8dd614 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| @@ -26,7 +26,9 @@ class ChromePluginPlaceholder : public plugins::LoadablePluginPlaceholder,
|
| const base::string16& name,
|
| int resource_id,
|
| const base::string16& message,
|
| - const GURL& poster_url);
|
| + const GURL& poster_url,
|
| + blink::WebPlugin* premade_plugin,
|
| + content::PluginInstanceThrottler* premade_throttler);
|
|
|
| // Creates a new WebViewPlugin with a MissingPlugin as a delegate.
|
| static ChromePluginPlaceholder* CreateMissingPlugin(
|
|
|