Chromium Code Reviews| Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
| index 70cd618b38c7cb291353e6c0a77bfb31ca8ba5ec..e877f32e4b379188d7ea1116d21f397f666ee2e7 100644 |
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
| @@ -54,6 +54,8 @@ class PresentationRequest final : public EventTargetWithInlineData, |
| private: |
| PresentationRequest(ExecutionContext*, const KURL&); |
| + ScriptPromise rejectWithMixedContentException(ScriptState*); |
| + ScriptPromise rejectWithSandBoxException(ScriptState*); |
|
mlamouri (slow - plz ping)
2016/10/21 09:45:43
I don't think these methods need to be part of the
zhaobin
2016/10/21 18:41:01
Done.
|
| KURL m_url; |
| }; |