Chromium Code Reviews| Index: Source/core/dom/RemoteSecurityContext.h |
| diff --git a/Source/core/dom/RemoteSecurityContext.h b/Source/core/dom/RemoteSecurityContext.h |
| index b631750b570168a95f24c93f7a2cf0254988dec1..04c32113419b3a8f8fa16e03b3377992987b0792 100644 |
| --- a/Source/core/dom/RemoteSecurityContext.h |
| +++ b/Source/core/dom/RemoteSecurityContext.h |
| @@ -14,6 +14,9 @@ public: |
| static PassRefPtr<RemoteSecurityContext> create(); |
| void setReplicatedOrigin(PassRefPtr<SecurityOrigin>); |
| + // FIXME: implement |
| + virtual void didUpdateSecurityOrigin() override { } |
|
dcheng
2014/12/13 01:55:48
No virtual per https://groups.google.com/a/chromiu
Nate Chapin
2014/12/20 00:09:14
Done.
|
| + |
| private: |
| RemoteSecurityContext(); |
| }; |