Chromium Code Reviews| Index: public/web/WebRemoteFrameClient.h |
| diff --git a/public/web/WebRemoteFrameClient.h b/public/web/WebRemoteFrameClient.h |
| index 06ef91fc9f7dbf98bf00774aa407e825ff83208f..2847f135ec87edbbd97c9cc3663d4de843377f13 100644 |
| --- a/public/web/WebRemoteFrameClient.h |
| +++ b/public/web/WebRemoteFrameClient.h |
| @@ -20,6 +20,10 @@ public: |
| WebRemoteFrame* targetFrame, |
| WebSecurityOrigin targetOrigin, |
| WebDOMMessageEvent) = 0; |
| + |
| + // A remote frame was asked to start a navigation. |
| + virtual void navigate(WebRemoteFrame* frame, const WebURLRequest& request, |
|
dcheng
2014/09/25 00:21:19
Do we need to pass a frame parameter here?
Nate Chapin
2014/09/25 20:19:19
No, that's just The Way We've Always Done It.
Wil
|
| + bool shouldReplaceCurrentEntry) { } |
| }; |
| } // namespace blink |