| Index: components/plugins/renderer/plugin_placeholder.h
|
| diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
|
| index 1be42e9347785b2bba8082efd32a907c500a6f81..9f4f141ef407044a3c389aa77d8b7528238f1ea5 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.h
|
| +++ b/components/plugins/renderer/plugin_placeholder.h
|
| @@ -40,6 +40,7 @@ class PluginPlaceholderBase : public content::RenderFrameObserver,
|
| void PluginDestroyed() override;
|
| v8::Local<v8::Object> GetV8ScriptableObject(
|
| v8::Isolate* isolate) const override;
|
| + bool IsErrorPlaceholder() override;
|
|
|
| protected:
|
| // Hide this placeholder.
|
|
|