| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index e1dd85e22d2df55377c67fb58a34e81551870d73..32a34571487a9de21f366a3dd29ff401c6cec766 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -279,14 +279,6 @@ class WebTestDelegate {
|
| const std::vector<std::string>& event_platforms,
|
| const base::Callback<void(bool)>& callback) = 0;
|
|
|
| - // Resolve the promise associated with the beforeinstallprompt even with
|
| - // request id |request_id|. The promise is resolved with a result.platform set
|
| - // to |platform|. If |platform| is not empty, result.outcome will be
|
| - // 'accepted', otherwise it will be 'dismissed'.
|
| - virtual void ResolveBeforeInstallPromptPromise(
|
| - int request_id,
|
| - const std::string& platform) = 0;
|
| -
|
| virtual blink::WebPlugin* CreatePluginPlaceholder(
|
| blink::WebLocalFrame* frame,
|
| const blink::WebPluginParams& params) = 0;
|
|
|