| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index e9e827080799bd6150751459f2cdc79dd97b0535..936f6772b209ba5db4708f4225119de52165b4b5 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -232,6 +232,7 @@ class CONTENT_EXPORT RenderFrameImpl
|
| virtual void ExecuteJavaScript(const base::string16& javascript) OVERRIDE;
|
| virtual bool IsHidden() OVERRIDE;
|
| virtual ServiceRegistry* GetServiceRegistry() OVERRIDE;
|
| + virtual bool IsFTPDirectoryListing() OVERRIDE;
|
|
|
| // blink::WebFrameClient implementation:
|
| virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
|
|
|