| 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..cc2c11530c762d6c43218993f7465b9e7664ec4e 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.
|
|
|