| 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 d4387a6e26f501b2d852e3d2e338f7878de09881..7e03e7f0cbd504719818f964b0b2ffee79388551 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| +#include "chrome/common/prerender_types.h"
|
| #include "chrome/renderer/plugins/power_saver_info.h"
|
| #include "components/plugins/renderer/loadable_plugin_placeholder.h"
|
| #include "content/public/renderer/context_menu_client.h"
|
| @@ -94,6 +95,7 @@ class ChromePluginPlaceholder final
|
| void OnPluginComponentUpdateDownloading();
|
| void OnPluginComponentUpdateSuccess();
|
| void OnPluginComponentUpdateFailure();
|
| + void OnSetPrerenderMode(prerender::PrerenderMode mode);
|
|
|
| ChromeViewHostMsg_GetPluginInfo_Status status_;
|
|
|
|
|