Index: sky/engine/public/web/WebFrameClient.h |
diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h |
index 18c3e6a8dfbd56ad6586eea5b5e7b01ddd5a041c..1721bf05ec04e7be95d36d6e3e5d57c262b70773 100644 |
--- a/sky/engine/public/web/WebFrameClient.h |
+++ b/sky/engine/public/web/WebFrameClient.h |
@@ -69,7 +69,7 @@ public: |
// until frameDetached() is called on it. |
// Note: If you override this, you should almost certainly be overriding |
// frameDetached(). |
- virtual mojo::View* createChildFrame(const WebURL& url) { return nullptr; } |
+ virtual mojo::View* createChildFrame() { return nullptr; } |
// This frame has been detached from the view, but has not been closed yet. |
// TODO(mpcomplete): reuse these. |