| Index: public/web/WebRemoteFrame.h
|
| diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h
|
| index f5ecbf25713199bb83a58f3f80201e3c1bad7896..7cc63403ee5749da197227b2bf67738fd9039663 100644
|
| --- a/public/web/WebRemoteFrame.h
|
| +++ b/public/web/WebRemoteFrame.h
|
| @@ -35,6 +35,8 @@ public:
|
| // Set frame name replicated from another process.
|
| virtual void setReplicatedName(const WebString&) const = 0;
|
|
|
| + virtual void DispatchLoadEventForFrameOwner() const = 0;
|
| +
|
| virtual void didStartLoading() = 0;
|
| virtual void didStopLoading() = 0;
|
| };
|
|
|