Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index f21918febb12c6eb7e043fc5f68c7caf54083093..292ded1caeb4aa3aae92dfe867b0999e19e22946 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -150,9 +150,6 @@ public: |
// A form submission is about to occur. |
virtual void willSubmitForm(WebFrame*, const WebFormElement&) { } |
- // A client-side redirect completed. |
- virtual void didCompleteClientRedirect(WebFrame*, const WebURL& fromURL) { } |
- |
// A datasource has been created for a new navigation. The given |
// datasource will become the provisional datasource for the frame. |
virtual void didCreateDataSource(WebFrame*, WebDataSource*) { } |